| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86EvexToVex.cpp | 159 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()
|
| D | X86FixupBWInsts.cpp | 311 assert(MI->getNumExplicitOperands() == 2); in tryReplaceCopy()
|
| D | X86InstructionSelector.cpp | 329 assert(I.getNumOperands() == I.getNumExplicitOperands() && in select()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | MachineInstr.h | 447 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/ |
| D | WebAssemblyCallIndirectFixup.cpp | 131 MI.operands_begin() + MI.getNumExplicitOperands())) in runOnMachineFunction()
|
| D | WebAssemblyFixIrreducibleControlFlow.cpp | 372 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/ |
| D | SIWholeQuadMode.cpp | 544 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()
|
| D | SILowerControlFlow.cpp | 476 assert(MI.getNumExplicitOperands() == 3); in combineMasks()
|
| D | SIFoldOperands.cpp | 478 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/ |
| D | SystemZElimCompare.cpp | 439 FirstOpNum = CCUserMI->getNumExplicitOperands() - 2; in adjustCCMasksForInstr() 511 return Compare.getNumExplicitOperands() == 2 && in isCompareZero()
|
| D | SystemZInstrInfo.cpp | 521 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/ |
| D | RISCVInstrInfo.cpp | 428 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/ |
| D | AArch64CondBrTuning.cpp | 91 for (unsigned I = MI.getNumExplicitOperands(), E = MI.getNumOperands(); in convertToFlagSetting()
|
| D | AArch64InstrInfo.cpp | 1997 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/ |
| D | Utils.cpp | 121 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/ |
| D | PPCBranchCoalescing.cpp | 263 if (I.getNumOperands() != I.getNumExplicitOperands()) { in canCoalesceBranch()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | A15SDOptimizer.cpp | 294 for (unsigned I = 1; I < MI->getNumExplicitOperands(); ++I) { in optimizeSDPattern()
|
| D | ARMConstantIslandPass.cpp | 1748 MI->getNumExplicitOperands() == 3) { in undoLRSpillRestore() 1757 MI->getNumExplicitOperands() == 3) { in undoLRSpillRestore()
|
| D | Thumb1FrameLowering.cpp | 724 .addImm(MBBI->getNumExplicitOperands() - 2) in emitPopSpecialFixUp()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| D | MipsInstrInfo.cpp | 83 int NumOp = Inst->getNumExplicitOperands(); in AnalyzeCondBr()
|
| D | MipsConstantIslandPass.cpp | 1617 if (MI->getNumExplicitOperands() == 2) { in fixupConditionalBr()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | MachineInstr.cpp | 699 unsigned MachineInstr::getNumExplicitOperands() const { in getNumExplicitOperands() function in MachineInstr 1429 if (isVariadic() || OpIdx >= getNumExplicitOperands()) in getTypeToPrint()
|
| D | ModuloSchedule.cpp | 1230 } else if (!KeepSingleSrcPhi && MI.getNumExplicitOperands() == 3) { in EliminateDeadPhis()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonInstrInfo.cpp | 494 if (LastOpcodeHasNVJump && (LastInst->getNumExplicitOperands() == 3)) { in analyzeBranch() 521 (SecondLastInst->getNumExplicitOperands() == 3) && in analyzeBranch()
|
| D | HexagonConstExtenders.cpp | 1942 return MI.getOperand(MI.getNumExplicitOperands()-1); in getStoredValueOp()
|