Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A 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());
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86EvexToVex.cpp163 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 DMachineInstr.h302 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 DMachineInstr.h608 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/
DMachineInstr.h626 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/
DMachineInstr.h627 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/
DMachineInstr.h641 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/
DMachineInstr.h627 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 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()
/aosp_15_r20/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp207 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 DSPIRVInstructionSelector.cpp242 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 DSPIRVPreLegalizer.cpp281 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 DWebAssemblyFixIrreducibleControlFlow.cpp372 unsigned Index = MIB.getInstr()->getNumExplicitOperands() - 1; in makeSingleEntryLoop()
468 ->getOperand(MIB.getInstr()->getNumExplicitOperands() - 1) in makeSingleEntryLoop()
H A DWebAssemblyCallIndirectFixup.cpp131 MI.operands_begin() + MI.getNumExplicitOperands())) in runOnMachineFunction()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp381 unsigned Index = MIB.getInstr()->getNumExplicitOperands() - 1; in makeSingleEntryLoop()
479 ->getOperand(MIB.getInstr()->getNumExplicitOperands() - 1) in makeSingleEntryLoop()
H A DWebAssemblyFixBrTableDefaults.cpp133 MI.removeOperand(MI.getNumExplicitOperands() - 1); in fixBrTableDefault()
/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp272 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 DLoongArchInstrInfo.cpp196 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 DSIShrinkInstructions.cpp148 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 DSystemZElimCompare.cpp438 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 DSystemZElimCompare.cpp439 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 DRISCVInstrInfo.cpp428 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 DWebAssemblyUtilities.cpp119 return MI.getOperand(MI.getNumExplicitOperands() - 1); in getCalleeOp()
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp241 assert(MI->getNumExplicitOperands() == 2); in tryReplaceCopy()

1234