HomeSort by: relevance | last modified time | path
    Searched refs:getOperation (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPModification.h 24 mod_op getOperation() const;
LDAPModification.cpp 46 LDAPModification::mod_op LDAPModification::getOperation() const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAtomicRMW.cpp 27 switch(RMWI.getOperation()) {
40 switch(RMWI.getOperation()) {
65 switch(RMWI.getOperation()) {
77 switch(RMWI.getOperation()) {
109 RMWI.getOperation() != AtomicRMWInst::Xchg) {
121 if (RMWI.getOperation() == AtomicRMWInst::Xchg &&
141 RMWI.getOperation() != AtomicRMWInst::Or) {
145 RMWI.getOperation() != AtomicRMWInst::FAdd) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 574 switch (Inst.getOperation()) {
594 assert(LRPush.getOperation() == MCCFIInstruction::OpOffset &&
597 assert(FPPush.getOperation() == MCCFIInstruction::OpOffset &&
634 if (Inst2.getOperation() != MCCFIInstruction::OpOffset)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 233 switch (Inst.getOperation()) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 51 switch (RMWI->getOperation()) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
AtomicExpandPass.cpp 286 AtomicRMWInst::BinOp Op = RMWI->getOperation();
547 return performAtomicOp(AI->getOperation(), Builder, Loaded,
784 return performMaskedAtomicOp(AI->getOperation(), Builder, Loaded,
809 AtomicRMWInst::BinOp Op = AI->getOperation();
989 AtomicRMWInst::BinOp RMWOp = AI->getOperation();
1372 AtomicRMWInst::BinOp Op = RMWI->getOperation();
1484 return performAtomicOp(AI->getOperation(), Builder, Loaded,
1615 ArrayRef<RTLIB::Libcall> Libcalls = GetRMWLibcall(I->getOperation());
CFIInstrInserter.cpp 196 switch (CFI.getOperation()) {
MachineOperand.cpp 613 switch (CFI.getOperation()) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instruction.cpp 458 return RMWI->getOperation() == cast<AtomicRMWInst>(I2)->getOperation() &&
AsmWriter.cpp 4005 Out << ' ' << AtomicRMWInst::getOperationName(RMWI->getOperation());
Core.cpp 3756 return mapToLLVMRMWBinOp(unwrap<AtomicRMWInst>(Inst)->getOperation());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
FunctionComparator.cpp 654 if (int Res = cmpNumbers(RMWI->getOperation(),
655 cast<AtomicRMWInst>(R)->getOperation()))
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCDwarf.cpp 1345 switch (Instr.getOperation()) {
1375 Instr.getOperation() == MCCFIInstruction::OpAdjustCfaOffset;
1411 Instr.getOperation() == MCCFIInstruction::OpRelOffset;
MCStreamer.cpp 446 if (Inst.getOperation() == MCCFIInstruction::OpDefCfa ||
447 Inst.getOperation() == MCCFIInstruction::OpDefCfaRegister) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCDwarf.h 586 OpType getOperation() const { return Operation; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 1127 switch (Inst.getOperation()) {
1160 "unwind encoding, opcode=" << Inst.getOperation()
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUAtomicOptimizer.cpp 120 AtomicRMWInst::BinOp Op = I.getOperation();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 777 FunctionCallee F = TsanAtomicRMW[RMWI->getOperation()][Idx];
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 1462 switch (Inst.getOperation()) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FrameLowering.cpp 415 if (CI.getOperation() == MCCFIInstruction::OpDefCfaOffset ||
416 CI.getOperation() == MCCFIInstruction::OpAdjustCfaOffset)
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 793 BinOp getOperation() const { return getSubclassData<OperationField>(); }
867 return isFPOperation(getOperation());
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 2745 switch (I.getOperation()) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEISelLowering.cpp 1088 if (AI->getOperation() == AtomicRMWInst::Xchg) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 324 switch (AI->getOperation()) {

Completed in 82 milliseconds

1 2