/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A 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());
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 302 unsigned getNumExplicitOperands() const; 322 operands_begin() + getNumExplicitOperands()); 326 operands_begin() + getNumExplicitOperands()); 358 operands_begin() + getNumExplicitOperands() ); 362 operands_begin() + getNumExplicitOperands() );
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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());
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | MachineInstr.h | 626 return getNumOperands() - getNumExplicitOperands(); 644 unsigned getNumExplicitOperands() const; 667 operands_begin() + getNumExplicitOperands()); 671 operands_begin() + getNumExplicitOperands()); 716 operands_begin() + getNumExplicitOperands()); 720 operands_begin() + getNumExplicitOperands());
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | MachineInstr.h | 627 return getNumOperands() - getNumExplicitOperands(); 645 unsigned getNumExplicitOperands() const; 668 operands_begin() + getNumExplicitOperands()); 672 operands_begin() + getNumExplicitOperands()); 717 operands_begin() + getNumExplicitOperands()); 721 operands_begin() + getNumExplicitOperands());
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | MachineInstr.h | 641 return getNumOperands() - getNumExplicitOperands(); 659 unsigned getNumExplicitOperands() const; 682 operands_begin() + getNumExplicitOperands()); 686 operands_begin() + getNumExplicitOperands()); 731 operands_begin() + getNumExplicitOperands()); 735 operands_begin() + getNumExplicitOperands());
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | MachineInstr.h | 627 return getNumOperands() - getNumExplicitOperands(); 645 unsigned getNumExplicitOperands() const; 668 operands_begin() + getNumExplicitOperands()); 672 operands_begin() + getNumExplicitOperands()); 717 operands_begin() + getNumExplicitOperands()); 721 operands_begin() + getNumExplicitOperands());
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A 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()
|
/aosp_15_r20/external/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 207 unsigned Index = MIB.getInstr()->getNumExplicitOperands() - 1; in VisitLoop() 260 ->getOperand(MIB.getInstr()->getNumExplicitOperands() - 1) in VisitLoop()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/ |
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()
|
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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 372 unsigned Index = MIB.getInstr()->getNumExplicitOperands() - 1; in makeSingleEntryLoop() 468 ->getOperand(MIB.getInstr()->getNumExplicitOperands() - 1) in makeSingleEntryLoop()
|
H A D | WebAssemblyCallIndirectFixup.cpp | 131 MI.operands_begin() + MI.getNumExplicitOperands())) in runOnMachineFunction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
|
/aosp_15_r20/external/llvm/lib/Target/SystemZ/ |
H A D | SystemZElimCompare.cpp | 272 FirstOpNum = MI->getNumExplicitOperands() - 2; in adjustCCMasksForInstr() 325 return Compare.getNumExplicitOperands() == 2 && in isCompareZero()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZElimCompare.cpp | 438 FirstOpNum = CCUserMI->getNumExplicitOperands() - 2; in adjustCCMasksForInstr() 510 return Compare.getNumExplicitOperands() == 2 && in isCompareZero()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZElimCompare.cpp | 439 FirstOpNum = CCUserMI->getNumExplicitOperands() - 2; in adjustCCMasksForInstr() 511 return Compare.getNumExplicitOperands() == 2 && in isCompareZero()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 428 int NumOp = MI.getNumExplicitOperands(); in getBranchDestBlock() 571 if (LdSt.getNumExplicitOperands() != 3) in getMemOperandWithOffsetWidth()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/Utils/ |
H A D | WebAssemblyUtilities.cpp | 119 return MI.getOperand(MI.getNumExplicitOperands() - 1); in getCalleeOp()
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86FixupBWInsts.cpp | 241 assert(MI->getNumExplicitOperands() == 2); in tryReplaceCopy()
|