HomeSort by relevance Sort by last modified time
    Searched refs:getCallTarget (Results 1 - 19 of 19) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
StackMaps.h 110 const MachineOperand &getCallTarget() const {
186 const MachineOperand &getCallTarget() const {
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 121 const MachineOperand &getCallTarget() const {
  /external/swiftshader/third_party/subzero/src/
IceInstMIPS32.cpp 563 if (llvm::isa<ConstantInteger32>(getCallTarget())) {
568 llvm::dyn_cast<ConstantRelocatable>(getCallTarget())) {
579 getCallTarget()->emit(Func);
586 if (llvm::isa<ConstantInteger32>(getCallTarget())) {
589 llvm::dyn_cast<ConstantRelocatable>(getCallTarget())) {
593 Asm->jalr(getCallTarget(), ImplicitRA);
606 getCallTarget()->dump(Func);
    [all...]
IceInstARM32.cpp     [all...]
IceASanInstrumentation.cpp 344 llvm::dyn_cast<ConstantRelocatable>(Instr->getCallTarget());
IceInst.cpp 784 getCallTarget()->dump(Func);
    [all...]
IceInst.h 440 Operand *getCallTarget() const { return getSrc(0); }
    [all...]
IceInstX86BaseImpl.h 633 Operand *CallTarget = getCallTarget();
650 Operand *CallTarget = getCallTarget();
680 getCallTarget()->dump(Func);
    [all...]
IceInstARM32.h     [all...]
IceInstMIPS32.h 886 Operand *getCallTarget() const { return getSrc(0); }
    [all...]
IceInstX86Base.h 486 Operand *getCallTarget() const { return this->getSrc(0); }
    [all...]
IceTargetLoweringMIPS32.cpp     [all...]
IceTargetLoweringARM32.cpp     [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 470 int64_t CallTarget = Opers.getCallTarget().getImm();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 547 const MachineOperand &CalleeMO = Opers.getCallTarget();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86MCInstLower.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 379 const MachineOperand &CalleeMO = Opers.getCallTarget();
    [all...]
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp     [all...]

Completed in 877 milliseconds