Home
last modified time | relevance | path

Searched refs:getCallTarget (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DStackMaps.h109 const MachineOperand &getCallTarget() const { in getCallTarget() function
185 const MachineOperand &getCallTarget() const { in getCallTarget() function
/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp469 if (llvm::isa<ConstantInteger32>(getCallTarget())) { in emit()
474 llvm::dyn_cast<ConstantRelocatable>(getCallTarget())) { in emit()
485 getCallTarget()->emit(Func); in emit()
492 if (llvm::isa<ConstantInteger32>(getCallTarget())) { in emitIAS()
495 llvm::dyn_cast<ConstantRelocatable>(getCallTarget())) { in emitIAS()
499 Asm->jalr(getCallTarget(), ImplicitRA); in emitIAS()
512 getCallTarget()->dump(Func); in dump()
DIceInstARM32.cpp2161 if (llvm::isa<ConstantInteger32>(getCallTarget())) { in emit()
2166 llvm::dyn_cast<ConstantRelocatable>(getCallTarget())) { in emit()
2177 getCallTarget()->emit(Func); in emit()
2184 if (llvm::isa<ConstantInteger32>(getCallTarget())) { in emitIAS()
2189 llvm::dyn_cast<ConstantRelocatable>(getCallTarget())) { in emitIAS()
2194 Asm->blx(getCallTarget()); in emitIAS()
2209 getCallTarget()->dump(Func); in dump()
DIceASanInstrumentation.cpp344 llvm::dyn_cast<ConstantRelocatable>(Instr->getCallTarget()); in instrumentCall()
DIceInst.cpp767 getCallTarget()->dump(Func); in dump()
DIceInstX8632.cpp585 Operand *CallTarget = getCallTarget(); in emit()
601 Operand *CallTarget = getCallTarget(); in emitIAS()
630 getCallTarget()->dump(Func); in dump()
DIceInstX8664.cpp572 Operand *CallTarget = getCallTarget(); in emit()
588 Operand *CallTarget = getCallTarget(); in emitIAS()
617 getCallTarget()->dump(Func); in dump()
DIceInst.h443 Operand *getCallTarget() const { return getSrc(0); } in getCallTarget() function
DIceInstMIPS32.h886 Operand *getCallTarget() const { return getSrc(0); } in getCallTarget() function
DIceInstARM32.h1183 Operand *getCallTarget() const { return getSrc(0); } in getCallTarget() function
DIceInstX8632.h580 Operand *getCallTarget() const { return this->getSrc(0); } in getCallTarget() function
DIceInstX8664.h519 Operand *getCallTarget() const { return this->getSrc(0); } in getCallTarget() function
DIceTargetLoweringMIPS32.cpp3479 Operand *CallTarget = Instr->getCallTarget(); in lowerCall()
DIceTargetLoweringARM32.cpp3507 Operand *CallTarget = Instr->getCallTarget(); in lowerCall()
DIceTargetLoweringX8664.cpp2348 legalize(Instr->getCallTarget(), Legal_Reg | Legal_Imm | Legal_AddrAbs); in lowerCall()
DIceTargetLoweringX8632.cpp2542 legalize(Instr->getCallTarget(), Legal_Reg | Legal_Imm | Legal_AddrAbs); in lowerCall()
/external/llvm/include/llvm/CodeGen/
DStackMaps.h121 const MachineOperand &getCallTarget() const { in getCallTarget() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp627 const MachineOperand &CalleeMO = Opers.getCallTarget(); in LowerPATCHPOINT()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp905 int64_t CallTarget = Opers.getCallTarget().getImm(); in LowerPATCHPOINT()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp1199 const MachineOperand &CallTarget = SOpers.getCallTarget(); in LowerSTATEPOINT()
1370 const MachineOperand &CalleeMO = opers.getCallTarget(); in LowerPATCHPOINT()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp386 const MachineOperand &CalleeMO = Opers.getCallTarget(); in LowerPATCHPOINT()
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp854 const MachineOperand &CallTarget = SOpers.getCallTarget(); in LowerSTATEPOINT()