Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DCallingConv.h62 AnyReg = 13, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallingConv.h62 AnyReg = 13, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td2148 def InsnRI : DirectiveInsnRI<(outs), (ins imm64zx32:$enc, AnyReg:$R1,
2151 def InsnRIE : DirectiveInsnRIE<(outs), (ins imm64zx48:$enc, AnyReg:$R1,
2152 AnyReg:$R3, brtarget16:$I2),
2154 def InsnRIL : DirectiveInsnRIL<(outs), (ins imm64zx48:$enc, AnyReg:$R1,
2157 def InsnRILU : DirectiveInsnRIL<(outs), (ins imm64zx48:$enc, AnyReg:$R1,
2161 (ins imm64zx48:$enc, AnyReg:$R1,
2166 (ins imm64zx16:$enc, AnyReg:$R1, AnyReg:$R2),
2169 AnyReg:$R1, AnyReg:$R2),
2172 (ins imm64zx32:$enc, AnyReg:$R1, AnyReg:$R2,
2173 AnyReg:$R3, imm32zx4:$M4),
[all …]
DSystemZRegisterInfo.cpp200 if (MF->getFunction().getCallingConv() == CallingConv::AnyReg) in getCalleeSavedRegs()
216 if (CC == CallingConv::AnyReg) in getCallPreservedMask()
DSystemZRegisterInfo.td125 defm AnyReg : SystemZRegClass<"AnyReg",
DSystemZCallingConv.td148 // "All registers" as used by the AnyReg calling convention.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCCallingConv.td36 // PPC64 AnyReg return-value convention. No explicit register is specified for
75 CCIfCC<"CallingConv::AnyReg", CCDelegateTo<RetCC_PPC64_AnyReg>>,
112 // No explicit register is specified for the AnyReg calling convention. The
132 CCIfCC<"CallingConv::AnyReg", CCDelegateTo<CC_PPC64_AnyReg>>,
148 CCIfCC<"CallingConv::AnyReg", CCDelegateTo<RetCC_PPC64_AnyReg>>,
DPPCRegisterInfo.cpp144 if (MF->getFunction().getCallingConv() == CallingConv::AnyReg) { in getCalleeSavedRegs()
226 if (CC == CallingConv::AnyReg) { in getCallPreservedMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp54 if (MF->getFunction().getCallingConv() == CallingConv::AnyReg) in getCalleeSavedRegs()
122 if (CC == CallingConv::AnyReg) in getCallPreservedMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DStackMaps.h97 bool isAnyReg() const { return (getCallingConv() == CallingConv::AnyReg); } in isAnyReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86RegisterInfo.cpp301 case CallingConv::AnyReg: in getCalleeSavedRegs()
420 case CallingConv::AnyReg: in getCallPreservedMask()
DX86CallingConv.td407 // X86-64 AnyReg return-value convention. No explicit register is specified for
458 CCIfCC<"CallingConv::AnyReg", CCDelegateTo<RetCC_X86_64_AnyReg>>,
722 // No explicit register is specified for the AnyReg calling convention. The
1037 CCIfCC<"CallingConv::AnyReg", CCDelegateTo<CC_X86_64_AnyReg>>,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenCallingConv.inc313 if (State.getCallingConv() == CallingConv::AnyReg) {
387 if (State.getCallingConv() == CallingConv::AnyReg) {
553 if (State.getCallingConv() == CallingConv::AnyReg) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp835 assert(ISP.getCall()->getCallingConv() != CallingConv::AnyReg && in LowerStatepoint()
DInstrEmitter.cpp821 unsigned CC = CallingConv::AnyReg; in EmitMachineNode()
DFastISel.cpp911 bool IsAnyRegCC = CC == CallingConv::AnyReg; in selectPatchpoint()
DSelectionDAGBuilder.cpp8811 bool IsAnyRegCC = CC == CallingConv::AnyReg; in visitPatchpoint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenCallingConv.inc1308 if (State.getCallingConv() == CallingConv::AnyReg) {
3236 if (State.getCallingConv() == CallingConv::AnyReg) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp350 case CallingConv::AnyReg: Out << "anyregcc"; break; in PrintCallingConv()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp1995 case lltok::kw_anyregcc: CC = CallingConv::AnyReg; break; in ParseOptionalCallingConv()