Home
last modified time | relevance | path

Searched refs:findFirstPredOperandIdx (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h628 int findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumbRegisterInfo.cpp507 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
DARMBaseInstrInfo.h150 int PIdx = MI.findFirstPredOperandIdx(); in getPredicate()
DARMBaseRegisterInfo.cpp808 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
DARMBaseInstrInfo.cpp487 int PIdx = I->findFirstPredOperandIdx(); in isPredicated()
494 int PIdx = MI.findFirstPredOperandIdx(); in isPredicated()
509 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
2124 int PIdx = MI.findFirstPredOperandIdx(); in getInstrPredicate()
2163 CommutedMI->getOperand(CommutedMI->findFirstPredOperandIdx()) in commuteInstructionImpl()
DARMFrameLowering.cpp2170 int PIdx = Old.findFirstPredOperandIdx(); in eliminateCallFramePseudoInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp863 int idx = MI.findFirstPredOperandIdx(); in isPredicated()
973 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h1294 int findFirstPredOperandIdx() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp7335 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm()); in validateInstruction()
7349 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()
7355 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()
10391 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
10415 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
10442 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp1020 int MachineInstr::findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function in MachineInstr