/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86EvexToVex.cpp | 162 MachineOperand &Imm = MI.getOperand(MI.getNumExplicitOperands()-1); in performCustomAdjustments() 177 MachineOperand &Imm = MI.getOperand(MI.getNumExplicitOperands()-1); in performCustomAdjustments() 199 const MachineOperand &Imm = MI.getOperand(MI.getNumExplicitOperands()-1); in performCustomAdjustments()
|
D | X86FixupBWInsts.cpp | 297 assert(MI->getNumExplicitOperands() == 2); in tryReplaceCopy()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 302 unsigned getNumExplicitOperands() const; 322 operands_begin() + getNumExplicitOperands()); 326 operands_begin() + getNumExplicitOperands()); 358 operands_begin() + getNumExplicitOperands() ); 362 operands_begin() + getNumExplicitOperands() );
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 346 unsigned getNumExplicitOperands() const; 369 operands_begin() + getNumExplicitOperands()); 373 operands_begin() + getNumExplicitOperands()); 403 operands_begin() + getNumExplicitOperands()); 407 operands_begin() + getNumExplicitOperands());
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixIrreducibleControlFlow.cpp | 210 unsigned Index = MIB.getInstr()->getNumExplicitOperands() - 1; in VisitLoop() 263 ->getOperand(MIB.getInstr()->getNumExplicitOperands() - 1) in VisitLoop()
|
D | WebAssemblyCallIndirectFixup.cpp | 116 MI.getNumExplicitOperands())) in runOnMachineFunction()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixIrreducibleControlFlow.cpp | 207 unsigned Index = MIB.getInstr()->getNumExplicitOperands() - 1; in VisitLoop() 260 ->getOperand(MIB.getInstr()->getNumExplicitOperands() - 1) in VisitLoop()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZElimCompare.cpp | 272 FirstOpNum = MI->getNumExplicitOperands() - 2; in adjustCCMasksForInstr() 325 return Compare.getNumExplicitOperands() == 2 && in isCompareZero()
|
/external/llvm/lib/Target/X86/ |
D | X86FixupBWInsts.cpp | 241 assert(MI->getNumExplicitOperands() == 2); in tryReplaceCopy()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZElimCompare.cpp | 351 FirstOpNum = MI->getNumExplicitOperands() - 2; in adjustCCMasksForInstr() 416 return Compare.getNumExplicitOperands() == 2 && in isCompareZero()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
D | Utils.cpp | 98 for (unsigned OpI = 0, OpE = I.getNumExplicitOperands(); OpI != OpE; ++OpI) { in constrainSelectedInstRegOperands()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64CondBrTuning.cpp | 92 for (unsigned I = MI.getNumExplicitOperands(), E = MI.getNumOperands(); in convertToFlagSetting()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineInstr.h | 212 unsigned getNumExplicitOperands() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIWholeQuadMode.cpp | 532 if (MI.getNumExplicitOperands() >= 1) { in requiresCorrectState() 839 for (unsigned i = MI->getNumExplicitOperands() - 1; i > 1; i--) in lowerCopyInstrs()
|
D | SILowerControlFlow.cpp | 467 assert(MI.getNumExplicitOperands() == 3); in combineMasks()
|
D | SIFixSGPRCopies.cpp | 632 if (MI.getNumExplicitOperands() == 5 && !HasVGPROperand) { in runOnMachineFunction()
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.cpp | 75 int NumOp = Inst->getNumExplicitOperands(); in AnalyzeCondBr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.cpp | 406 int NumOp = MI.getNumExplicitOperands(); in getBranchDestBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCBranchCoalescing.cpp | 267 if (I.getNumOperands() != I.getNumExplicitOperands()) { in canCoalesceBranch()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIWholeQuadMode.cpp | 394 if (MI.getNumExplicitOperands() >= 1) { in processBlock()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsInstrInfo.cpp | 264 int NumOp = Inst->getNumExplicitOperands(); in AnalyzeCondBr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | A15SDOptimizer.cpp | 296 for (unsigned I = 1; I < MI->getNumExplicitOperands(); ++I) { in optimizeSDPattern()
|
/external/llvm/lib/Target/ARM/ |
D | A15SDOptimizer.cpp | 302 for (unsigned I = 1; I < MI->getNumExplicitOperands(); ++I) { in optimizeSDPattern()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.cpp | 84 int NumOp = Inst->getNumExplicitOperands(); in AnalyzeCondBr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 522 unsigned MachineInstr::getNumExplicitOperands() const { in getNumExplicitOperands() function in MachineInstr 1240 if (isVariadic() || OpIdx >= getNumExplicitOperands()) in getTypeToPrint()
|