/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86EvexToVex.cpp | 163 MachineOperand &Imm = MI.getOperand(MI.getNumExplicitOperands()-1); in performCustomAdjustments() 178 MachineOperand &Imm = MI.getOperand(MI.getNumExplicitOperands()-1); in performCustomAdjustments() 200 const MachineOperand &Imm = MI.getOperand(MI.getNumExplicitOperands()-1); in performCustomAdjustments()
|
H A D | X86FixupBWInsts.cpp | 321 assert(MI->getNumExplicitOperands() == 2); in tryReplaceCopy()
|
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceRegisterUses.cpp | 31 int NumRequiredOps = MI.getNumExplicitOperands() + in removeUsesFromFunction()
|
H A D | ReduceRegisterDefs.cpp | 42 int NumRequiredOps = MI.getNumExplicitOperands() + in removeDefsFromFunction()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 608 return getNumOperands() - getNumExplicitOperands(); 626 unsigned getNumExplicitOperands() const; 649 operands_begin() + getNumExplicitOperands()); 653 operands_begin() + getNumExplicitOperands()); 698 operands_begin() + getNumExplicitOperands()); 702 operands_begin() + getNumExplicitOperands());
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 381 unsigned Index = MIB.getInstr()->getNumExplicitOperands() - 1; in makeSingleEntryLoop() 479 ->getOperand(MIB.getInstr()->getNumExplicitOperands() - 1) in makeSingleEntryLoop()
|
H A D | WebAssemblyFixBrTableDefaults.cpp | 133 MI.removeOperand(MI.getNumExplicitOperands() - 1); in fixBrTableDefault()
|
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPreLegalizer.cpp | 281 MI.getNumExplicitOperands() - MI.getNumExplicitDefs(); in generateAssignInstrs() 523 for (unsigned k = 2; k < Switch->getNumExplicitOperands(); k++) { in processSwitches() 534 for (unsigned k = Switch->getNumExplicitOperands() - 1; k > 1; k--) in processSwitches()
|
H A D | SPIRVInstructionSelector.cpp | 242 if (I.getNumOperands() != I.getNumExplicitOperands()) { in select() 981 for (unsigned i = I.getNumExplicitDefs(); i < I.getNumExplicitOperands(); ++i) in selectConstVector() 1307 for (unsigned i = 4; i < I.getNumExplicitOperands(); ++i) in selectGEP() 1341 MachineInstr *Init = I.getNumExplicitOperands() > 2 in selectIntrinsic() 1349 bool IsNull = I.getNumExplicitDefs() + 1 == I.getNumExplicitOperands(); in selectIntrinsic() 1358 i < I.getNumExplicitOperands(); ++i) { in selectIntrinsic() 1368 i < I.getNumExplicitOperands(); ++i) { in selectIntrinsic() 1375 for (unsigned i = 1; i < I.getNumExplicitOperands(); ++i) { in selectIntrinsic()
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/Utils/ |
H A D | WebAssemblyUtilities.cpp | 119 return MI.getOperand(MI.getNumExplicitOperands() - 1); in getCalleeOp()
|
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchInstrInfo.cpp | 196 return MI.getOperand(MI.getNumExplicitOperands() - 1).getMBB(); in getBranchDestBlock() 204 int NumOp = LastInst.getNumExplicitOperands(); in parseCondBranch()
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVMCInstLower.cpp | 155 unsigned NumOps = MI->getNumExplicitOperands(); in lowerRISCVVMachineInstrToMCInst()
|
H A D | RISCVExpandPseudoInsts.cpp | 194 assert(MBBI->getNumExplicitOperands() == 3 && MBBI->getNumOperands() >= 5 && in expandVSetVL()
|
H A D | RISCVInstrInfo.cpp | 1020 int NumOp = MI.getNumExplicitOperands(); in getBranchDestBlock() 1763 if (LdSt.getNumExplicitOperands() != 3) in getMemOperandWithOffsetWidth() 2113 if ((MI.getOperand(MI.getNumExplicitOperands() - 1).getImm() & 1) == 0) in findCommutedOpIndices() 2133 if ((MI.getOperand(MI.getNumExplicitOperands() - 1).getImm() & 1) == 0) in findCommutedOpIndices() 2386 MI.getNumExplicitOperands() == 6); in convertToThreeAddress()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIShrinkInstructions.cpp | 148 for (unsigned I = 0, E = MI.getNumExplicitOperands(); I != E; ++I) { in shouldShrinkTrue16() 722 MIB->removeOperand(MIB->getNumExplicitOperands()); in matchSwap() 735 unsigned OpNo = MovT.getNumExplicitOperands() + I; in matchSwap()
|
H A D | SIWholeQuadMode.cpp | 1495 assert(MI->getNumExplicitOperands() == 2); in lowerCopyInstrs() 1531 assert(MI->getNumExplicitOperands() == 3); in lowerCopyInstrs() 1539 assert(MI->getNumExplicitOperands() == 2); in lowerCopyInstrs()
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZElimCompare.cpp | 438 FirstOpNum = CCUserMI->getNumExplicitOperands() - 2; in adjustCCMasksForInstr() 510 return Compare.getNumExplicitOperands() == 2 && in isCompareZero()
|
H A D | SystemZInstrInfo.cpp | 525 if (MI.getNumExplicitOperands() == 2 && MI.getOperand(0).isReg() && in analyzeCompare() 1196 unsigned NumOps = MI.getNumExplicitOperands(); in foldMemoryOperandImpl() 1891 0 : CCUsers[Idx]->getNumExplicitOperands() - 2); in prepareCompareSwapOperands()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMFixCortexA57AES1742098Pass.cpp | 288 assert(MI.getNumExplicitOperands() == 3 && MI.getNumExplicitDefs() == 1 && in analyzeMF()
|
H A D | ARMSLSHardening.cpp | 331 for (unsigned OpIdx = BL->getNumExplicitOperands(); in ConvertIndirectCallToIndirectJump()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64SLSHardening.cpp | 353 for (unsigned OpIdx = BL->getNumExplicitOperands(); in ConvertBLRToBL()
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCBranchCoalescing.cpp | 263 if (I.getNumOperands() != I.getNumExplicitOperands()) { in canCoalesceBranch()
|
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYConstantIslandPass.cpp | 1315 BMI->getOperand(BMI->getNumExplicitOperands() - 1).setMBB(DestBB); in fixupConditionalBr() 1316 MI->getOperand(MI->getNumExplicitOperands() - 1).setMBB(NewDest); in fixupConditionalBr()
|
H A D | CSKYInstrInfo.cpp | 149 int NumOp = MI.getNumExplicitOperands(); in getBranchDestBlock()
|
/openbsd/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kInstrInfo.cpp | 621 if (OperandNo == MI->getNumExplicitOperands() - 1) in isPCRelRegisterOperandLegal()
|