Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86EvexToVex.cpp159 MachineOperand &Imm = MI.getOperand(MI.getNumExplicitOperands()-1); in performCustomAdjustments()
174 MachineOperand &Imm = MI.getOperand(MI.getNumExplicitOperands()-1); in performCustomAdjustments()
196 const MachineOperand &Imm = MI.getOperand(MI.getNumExplicitOperands()-1); in performCustomAdjustments()
DX86FixupBWInsts.cpp311 assert(MI->getNumExplicitOperands() == 2); in tryReplaceCopy()
DX86InstructionSelector.cpp329 assert(I.getNumOperands() == I.getNumExplicitOperands() && in select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h447 for (unsigned I = getNumExplicitOperands(), E = getNumOperands();
458 return getNumOperands() - getNumExplicitOperands();
477 unsigned getNumExplicitOperands() const;
500 operands_begin() + getNumExplicitOperands());
504 operands_begin() + getNumExplicitOperands());
534 operands_begin() + getNumExplicitOperands());
538 operands_begin() + getNumExplicitOperands());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCallIndirectFixup.cpp131 MI.operands_begin() + MI.getNumExplicitOperands())) in runOnMachineFunction()
DWebAssemblyFixIrreducibleControlFlow.cpp372 unsigned Index = MIB.getInstr()->getNumExplicitOperands() - 1; in makeSingleEntryLoop()
468 ->getOperand(MIB.getInstr()->getNumExplicitOperands() - 1) in makeSingleEntryLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp544 if (MI.getNumExplicitOperands() >= 1) { in requiresCorrectState()
857 assert(MI->getNumExplicitOperands() == 2); in lowerCopyInstrs()
878 assert(MI->getNumExplicitOperands() == 3); in lowerCopyInstrs()
886 assert(MI->getNumExplicitOperands() == 2); in lowerCopyInstrs()
DSILowerControlFlow.cpp476 assert(MI.getNumExplicitOperands() == 3); in combineMasks()
DSIFoldOperands.cpp478 for (unsigned I = 1, E = Def->getNumExplicitOperands(); I < E; I += 2) { in getRegSeqInit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp439 FirstOpNum = CCUserMI->getNumExplicitOperands() - 2; in adjustCCMasksForInstr()
511 return Compare.getNumExplicitOperands() == 2 && in isCompareZero()
DSystemZInstrInfo.cpp521 if (MI.getNumExplicitOperands() == 2 && MI.getOperand(0).isReg() && in analyzeCompare()
1163 unsigned NumOps = MI.getNumExplicitOperands(); in foldMemoryOperandImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.cpp428 int NumOp = MI.getNumExplicitOperands(); in getBranchDestBlock()
571 if (LdSt.getNumExplicitOperands() != 3) in getMemOperandWithOffsetWidth()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CondBrTuning.cpp91 for (unsigned I = MI.getNumExplicitOperands(), E = MI.getNumOperands(); in convertToFlagSetting()
DAArch64InstrInfo.cpp1997 if (LdSt.getNumExplicitOperands() == 3) { in getMemOperandWithOffsetWidth()
2002 } else if (LdSt.getNumExplicitOperands() == 4) { in getMemOperandWithOffsetWidth()
2023 if (LdSt.getNumExplicitOperands() == 3) { in getMemOperandWithOffsetWidth()
2027 assert(LdSt.getNumExplicitOperands() == 4 && "invalid number of operands"); in getMemOperandWithOffsetWidth()
2041 MachineOperand &OfsOp = LdSt.getOperand(LdSt.getNumExplicitOperands() - 1); in getMemOpBaseRegImmOfsOffsetOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp121 for (unsigned OpI = 0, OpE = I.getNumExplicitOperands(); OpI != OpE; ++OpI) { in constrainSelectedInstRegOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCBranchCoalescing.cpp263 if (I.getNumOperands() != I.getNumExplicitOperands()) { in canCoalesceBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp294 for (unsigned I = 1; I < MI->getNumExplicitOperands(); ++I) { in optimizeSDPattern()
DARMConstantIslandPass.cpp1748 MI->getNumExplicitOperands() == 3) { in undoLRSpillRestore()
1757 MI->getNumExplicitOperands() == 3) { in undoLRSpillRestore()
DThumb1FrameLowering.cpp724 .addImm(MBBI->getNumExplicitOperands() - 2) in emitPopSpecialFixUp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp83 int NumOp = Inst->getNumExplicitOperands(); in AnalyzeCondBr()
DMipsConstantIslandPass.cpp1617 if (MI->getNumExplicitOperands() == 2) { in fixupConditionalBr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp699 unsigned MachineInstr::getNumExplicitOperands() const { in getNumExplicitOperands() function in MachineInstr
1429 if (isVariadic() || OpIdx >= getNumExplicitOperands()) in getTypeToPrint()
DModuloSchedule.cpp1230 } else if (!KeepSingleSrcPhi && MI.getNumExplicitOperands() == 3) { in EliminateDeadPhis()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp494 if (LastOpcodeHasNVJump && (LastInst->getNumExplicitOperands() == 3)) { in analyzeBranch()
521 (SecondLastInst->getNumExplicitOperands() == 3) && in analyzeBranch()
DHexagonConstExtenders.cpp1942 return MI.getOperand(MI.getNumExplicitOperands()-1); in getStoredValueOp()

12