/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 2060 def InsnRI : DirectiveInsnRI<(outs), (ins imm64zx32:$enc, AnyReg:$R1, 2063 def InsnRIE : DirectiveInsnRIE<(outs), (ins imm64zx48:$enc, AnyReg:$R1, 2064 AnyReg:$R3, brtarget16:$I2), 2066 def InsnRIL : DirectiveInsnRIL<(outs), (ins imm64zx48:$enc, AnyReg:$R1, 2069 def InsnRILU : DirectiveInsnRIL<(outs), (ins imm64zx48:$enc, AnyReg:$R1, 2073 (ins imm64zx48:$enc, AnyReg:$R1, 2078 (ins imm64zx16:$enc, AnyReg:$R1, AnyReg:$R2), 2081 AnyReg:$R1, AnyReg:$R2), 2084 (ins imm64zx32:$enc, AnyReg:$R1, AnyReg:$R2, 2085 AnyReg:$R3, imm32zx4:$M4), [all …]
|
D | SystemZRegisterInfo.cpp | 112 if (MF->getFunction().getCallingConv() == CallingConv::AnyReg) in getCalleeSavedRegs() 126 if (CC == CallingConv::AnyReg) in getCallPreservedMask()
|
D | SystemZRegisterInfo.td | 129 defm AnyReg : SystemZRegClass<"AnyReg",
|
D | SystemZCallingConv.td | 124 // "All registers" as used by the AnyReg calling convention.
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCallingConv.td | 34 // PPC64 AnyReg return-value convention. No explicit register is specified for 47 CCIfCC<"CallingConv::AnyReg", CCDelegateTo<RetCC_PPC64_AnyReg>>, 75 // No explicit register is specified for the AnyReg calling convention. The 94 CCIfCC<"CallingConv::AnyReg", CCDelegateTo<CC_PPC64_AnyReg>>, 109 CCIfCC<"CallingConv::AnyReg", CCDelegateTo<RetCC_PPC64_AnyReg>>,
|
D | PPCRegisterInfo.cpp | 104 if (MF->getFunction()->getCallingConv() == CallingConv::AnyReg) { in getCalleeSavedRegs() 163 if (CC == CallingConv::AnyReg) { in getCallPreservedMask()
|
/external/llvm/include/llvm/IR/ |
D | CallingConv.h | 62 AnyReg = 13, enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | CallingConv.h | 62 AnyReg = 13, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | CallingConv.h | 63 AnyReg = 13, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCCallingConv.td | 37 // PPC64 AnyReg return-value convention. No explicit register is specified for 74 CCIfCC<"CallingConv::AnyReg", CCDelegateTo<RetCC_PPC64_AnyReg>>, 111 // No explicit register is specified for the AnyReg calling convention. The 130 CCIfCC<"CallingConv::AnyReg", CCDelegateTo<CC_PPC64_AnyReg>>, 145 CCIfCC<"CallingConv::AnyReg", CCDelegateTo<RetCC_PPC64_AnyReg>>,
|
D | PPCRegisterInfo.cpp | 138 if (MF->getFunction().getCallingConv() == CallingConv::AnyReg) { in getCalleeSavedRegs() 211 if (CC == CallingConv::AnyReg) { in getCallPreservedMask()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.cpp | 47 if (MF->getFunction()->getCallingConv() == CallingConv::AnyReg) in getCalleeSavedRegs() 79 if (CC == CallingConv::AnyReg) in getCallPreservedMask()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.cpp | 49 if (MF->getFunction().getCallingConv() == CallingConv::AnyReg) in getCalleeSavedRegs() 95 if (CC == CallingConv::AnyReg) in getCallPreservedMask()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 98 bool isAnyReg() const { return (getCallingConv() == CallingConv::AnyReg); } in isAnyReg()
|
/external/llvm/lib/Target/X86/ |
D | X86RegisterInfo.cpp | 255 case CallingConv::AnyReg: in getCalleeSavedRegs() 352 case CallingConv::AnyReg: in getCallPreservedMask()
|
D | X86CallingConv.td | 216 // X86-64 AnyReg return-value convention. No explicit register is specified for 256 CCIfCC<"CallingConv::AnyReg", CCDelegateTo<RetCC_X86_64_AnyReg>>, 499 // No explicit register is specified for the AnyReg calling convention. The 827 CCIfCC<"CallingConv::AnyReg", CCDelegateTo<CC_X86_64_AnyReg>>,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86RegisterInfo.cpp | 286 case CallingConv::AnyReg: in getCalleeSavedRegs() 401 case CallingConv::AnyReg: in getCallPreservedMask()
|
D | X86CallingConv.td | 403 // X86-64 AnyReg return-value convention. No explicit register is specified for 452 CCIfCC<"CallingConv::AnyReg", CCDelegateTo<RetCC_X86_64_AnyReg>>, 706 // No explicit register is specified for the AnyReg calling convention. The 1021 CCIfCC<"CallingConv::AnyReg", CCDelegateTo<CC_X86_64_AnyReg>>,
|
/external/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 42 CallingConv::AnyReg) { in PatchPointOpers()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 734 assert(ISP.getCallSite().getCallingConv() != CallingConv::AnyReg && in LowerStatepoint()
|
D | InstrEmitter.cpp | 761 unsigned CC = CallingConv::AnyReg; in EmitMachineNode()
|
D | FastISel.cpp | 725 bool IsAnyRegCC = CC == CallingConv::AnyReg; in selectPatchpoint()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 793 assert(ISP.getCallSite().getCallingConv() != CallingConv::AnyReg && in LowerStatepoint()
|
D | InstrEmitter.cpp | 816 unsigned CC = CallingConv::AnyReg; in EmitMachineNode()
|
D | FastISel.cpp | 901 bool IsAnyRegCC = CC == CallingConv::AnyReg; in selectPatchpoint()
|