Home
last modified time | relevance | path

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

1234

/external/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()
/external/llvm-project/llvm/lib/Target/X86/
DX86EvexToVex.cpp180 MachineOperand &Imm = MI.getOperand(MI.getNumExplicitOperands()-1); in performCustomAdjustments()
195 MachineOperand &Imm = MI.getOperand(MI.getNumExplicitOperands()-1); in performCustomAdjustments()
217 const MachineOperand &Imm = MI.getOperand(MI.getNumExplicitOperands()-1); in performCustomAdjustments()
DX86FixupBWInsts.cpp310 assert(MI->getNumExplicitOperands() == 2); in tryReplaceCopy()
/external/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());
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h302 unsigned getNumExplicitOperands() const;
322 operands_begin() + getNumExplicitOperands());
326 operands_begin() + getNumExplicitOperands());
358 operands_begin() + getNumExplicitOperands() );
362 operands_begin() + getNumExplicitOperands() );
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h533 for (unsigned I = getNumExplicitOperands(), E = getNumOperands();
544 return getNumOperands() - getNumExplicitOperands();
563 unsigned getNumExplicitOperands() const;
586 operands_begin() + getNumExplicitOperands());
590 operands_begin() + getNumExplicitOperands());
631 operands_begin() + getNumExplicitOperands());
635 operands_begin() + getNumExplicitOperands());
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp207 unsigned Index = MIB.getInstr()->getNumExplicitOperands() - 1; in VisitLoop()
260 ->getOperand(MIB.getInstr()->getNumExplicitOperands() - 1) in VisitLoop()
/external/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()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp382 unsigned Index = MIB.getInstr()->getNumExplicitOperands() - 1; in makeSingleEntryLoop()
480 ->getOperand(MIB.getInstr()->getNumExplicitOperands() - 1) in makeSingleEntryLoop()
DWebAssemblyFixBrTableDefaults.cpp129 MI.RemoveOperand(MI.getNumExplicitOperands() - 1); in fixBrTableDefault()
/external/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()
/external/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp272 FirstOpNum = MI->getNumExplicitOperands() - 2; in adjustCCMasksForInstr()
325 return Compare.getNumExplicitOperands() == 2 && in isCompareZero()
/external/llvm/lib/Target/X86/
DX86FixupBWInsts.cpp241 assert(MI->getNumExplicitOperands() == 2); in tryReplaceCopy()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp938 assert(MI->getNumExplicitOperands() == 2); in lowerCopyInstrs()
975 assert(MI->getNumExplicitOperands() == 3); in lowerCopyInstrs()
983 assert(MI->getNumExplicitOperands() == 2); in lowerCopyInstrs()
DSIShrinkInstructions.cpp575 MIB->RemoveOperand(MIB->getNumExplicitOperands()); in matchSwap()
588 unsigned OpNo = MovT.getNumExplicitOperands() + I; in matchSwap()
/external/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()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp439 FirstOpNum = CCUserMI->getNumExplicitOperands() - 2; in adjustCCMasksForInstr()
511 return Compare.getNumExplicitOperands() == 2 && in isCompareZero()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64CondBrTuning.cpp91 for (unsigned I = MI.getNumExplicitOperands(), E = MI.getNumOperands(); in convertToFlagSetting()
DAArch64SLSHardening.cpp345 for (unsigned OpIdx = BL->getNumExplicitOperands(); in ConvertBLRToBL()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CondBrTuning.cpp91 for (unsigned I = MI.getNumExplicitOperands(), E = MI.getNumOperands(); in convertToFlagSetting()
/external/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()
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrInfo.cpp444 int NumOp = MI.getNumExplicitOperands(); in getBranchDestBlock()
639 if (LdSt.getNumExplicitOperands() != 3) in getMemOperandWithOffsetWidth()
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp75 int NumOp = Inst->getNumExplicitOperands(); in AnalyzeCondBr()

1234