Home
last modified time | relevance | path

Searched refs:AnyReg (Results 1 – 25 of 32) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td2060 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 …]
DSystemZRegisterInfo.cpp112 if (MF->getFunction().getCallingConv() == CallingConv::AnyReg) in getCalleeSavedRegs()
126 if (CC == CallingConv::AnyReg) in getCallPreservedMask()
DSystemZRegisterInfo.td129 defm AnyReg : SystemZRegClass<"AnyReg",
DSystemZCallingConv.td124 // "All registers" as used by the AnyReg calling convention.
/external/llvm/lib/Target/PowerPC/
DPPCCallingConv.td34 // 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>>,
DPPCRegisterInfo.cpp104 if (MF->getFunction()->getCallingConv() == CallingConv::AnyReg) { in getCalleeSavedRegs()
163 if (CC == CallingConv::AnyReg) { in getCallPreservedMask()
/external/llvm/include/llvm/IR/
DCallingConv.h62 AnyReg = 13, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DCallingConv.h62 AnyReg = 13, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallingConv.h63 AnyReg = 13, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCCallingConv.td37 // 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>>,
DPPCRegisterInfo.cpp138 if (MF->getFunction().getCallingConv() == CallingConv::AnyReg) { in getCalleeSavedRegs()
211 if (CC == CallingConv::AnyReg) { in getCallPreservedMask()
/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp47 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/
DAArch64RegisterInfo.cpp49 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/
DStackMaps.h98 bool isAnyReg() const { return (getCallingConv() == CallingConv::AnyReg); } in isAnyReg()
/external/llvm/lib/Target/X86/
DX86RegisterInfo.cpp255 case CallingConv::AnyReg: in getCalleeSavedRegs()
352 case CallingConv::AnyReg: in getCallPreservedMask()
DX86CallingConv.td216 // 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/
DX86RegisterInfo.cpp286 case CallingConv::AnyReg: in getCalleeSavedRegs()
401 case CallingConv::AnyReg: in getCallPreservedMask()
DX86CallingConv.td403 // 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/
DStackMaps.cpp42 CallingConv::AnyReg) { in PatchPointOpers()
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp734 assert(ISP.getCallSite().getCallingConv() != CallingConv::AnyReg && in LowerStatepoint()
DInstrEmitter.cpp761 unsigned CC = CallingConv::AnyReg; in EmitMachineNode()
DFastISel.cpp725 bool IsAnyRegCC = CC == CallingConv::AnyReg; in selectPatchpoint()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp793 assert(ISP.getCallSite().getCallingConv() != CallingConv::AnyReg && in LowerStatepoint()
DInstrEmitter.cpp816 unsigned CC = CallingConv::AnyReg; in EmitMachineNode()
DFastISel.cpp901 bool IsAnyRegCC = CC == CallingConv::AnyReg; in selectPatchpoint()

12