Home
last modified time | relevance | path

Searched refs:getNumExplicitOperands (Results 1 – 25 of 49) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86EvexToVex.cpp162 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()
DX86FixupBWInsts.cpp297 assert(MI->getNumExplicitOperands() == 2); in tryReplaceCopy()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h302 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/
DMachineInstr.h346 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/
DWebAssemblyFixIrreducibleControlFlow.cpp210 unsigned Index = MIB.getInstr()->getNumExplicitOperands() - 1; in VisitLoop()
263 ->getOperand(MIB.getInstr()->getNumExplicitOperands() - 1) in VisitLoop()
DWebAssemblyCallIndirectFixup.cpp116 MI.getNumExplicitOperands())) in runOnMachineFunction()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp207 unsigned Index = MIB.getInstr()->getNumExplicitOperands() - 1; in VisitLoop()
260 ->getOperand(MIB.getInstr()->getNumExplicitOperands() - 1) in VisitLoop()
/external/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp272 FirstOpNum = MI->getNumExplicitOperands() - 2; in adjustCCMasksForInstr()
325 return Compare.getNumExplicitOperands() == 2 && in isCompareZero()
/external/llvm/lib/Target/X86/
DX86FixupBWInsts.cpp241 assert(MI->getNumExplicitOperands() == 2); in tryReplaceCopy()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp351 FirstOpNum = MI->getNumExplicitOperands() - 2; in adjustCCMasksForInstr()
416 return Compare.getNumExplicitOperands() == 2 && in isCompareZero()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp98 for (unsigned OpI = 0, OpE = I.getNumExplicitOperands(); OpI != OpE; ++OpI) { in constrainSelectedInstRegOperands()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64CondBrTuning.cpp92 for (unsigned I = MI.getNumExplicitOperands(), E = MI.getNumOperands(); in convertToFlagSetting()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineInstr.h212 unsigned getNumExplicitOperands() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp532 if (MI.getNumExplicitOperands() >= 1) { in requiresCorrectState()
839 for (unsigned i = MI->getNumExplicitOperands() - 1; i > 1; i--) in lowerCopyInstrs()
DSILowerControlFlow.cpp467 assert(MI.getNumExplicitOperands() == 3); in combineMasks()
DSIFixSGPRCopies.cpp632 if (MI.getNumExplicitOperands() == 5 && !HasVGPROperand) { in runOnMachineFunction()
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp75 int NumOp = Inst->getNumExplicitOperands(); in AnalyzeCondBr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.cpp406 int NumOp = MI.getNumExplicitOperands(); in getBranchDestBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCBranchCoalescing.cpp267 if (I.getNumOperands() != I.getNumExplicitOperands()) { in canCoalesceBranch()
/external/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp394 if (MI.getNumExplicitOperands() >= 1) { in processBlock()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsInstrInfo.cpp264 int NumOp = Inst->getNumExplicitOperands(); in AnalyzeCondBr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp296 for (unsigned I = 1; I < MI->getNumExplicitOperands(); ++I) { in optimizeSDPattern()
/external/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp302 for (unsigned I = 1; I < MI->getNumExplicitOperands(); ++I) { in optimizeSDPattern()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp84 int NumOp = Inst->getNumExplicitOperands(); in AnalyzeCondBr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineInstr.cpp522 unsigned MachineInstr::getNumExplicitOperands() const { in getNumExplicitOperands() function in MachineInstr
1240 if (isVariadic() || OpIdx >= getNumExplicitOperands()) in getTypeToPrint()

12