Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td2178 def InsnRI : DirectiveInsnRI<(outs), (ins imm64zx32:$enc, AnyReg:$R1,
2181 def InsnRIE : DirectiveInsnRIE<(outs), (ins imm64zx48:$enc, AnyReg:$R1,
2182 AnyReg:$R3, brtarget16:$I2),
2184 def InsnRIL : DirectiveInsnRIL<(outs), (ins imm64zx48:$enc, AnyReg:$R1,
2187 def InsnRILU : DirectiveInsnRIL<(outs), (ins imm64zx48:$enc, AnyReg:$R1,
2191 (ins imm64zx48:$enc, AnyReg:$R1,
2196 (ins imm64zx16:$enc, AnyReg:$R1, AnyReg:$R2),
2199 AnyReg:$R1, AnyReg:$R2),
2202 (ins imm64zx32:$enc, AnyReg:$R1, AnyReg:$R2,
2203 AnyReg:$R3, imm32zx4:$M4),
[all …]
H A DSystemZRegisterInfo.cpp201 if (MF->getFunction().getCallingConv() == CallingConv::AnyReg) in getCalleeSavedRegs()
223 if (CC == CallingConv::AnyReg) in getCallPreservedMask()
H A DSystemZRegisterInfo.td150 defm AnyReg : SystemZRegClass<"AnyReg",
H A DSystemZCallingConv.td152 // "All registers" as used by the AnyReg calling convention.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DCallingConv.h62 AnyReg = 13, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.td36 // PPC64 AnyReg return-value convention. No explicit register is specified for
72 CCIfCC<"CallingConv::AnyReg", CCDelegateTo<RetCC_PPC64_AnyReg>>,
105 // No explicit register is specified for the AnyReg calling convention. The
125 CCIfCC<"CallingConv::AnyReg", CCDelegateTo<CC_PPC64_AnyReg>>,
141 CCIfCC<"CallingConv::AnyReg", CCDelegateTo<RetCC_PPC64_AnyReg>>,
H A DPPCRegisterInfo.cpp159 if (MF->getFunction().getCallingConv() == CallingConv::AnyReg) { in getCalleeSavedRegs()
230 if (CC == CallingConv::AnyReg) { in getCallPreservedMask()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DStackMaps.h97 bool isAnyReg() const { return (getCallingConv() == CallingConv::AnyReg); } in isAnyReg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp82 if (MF->getFunction().getCallingConv() == CallingConv::AnyReg) in getCalleeSavedRegs()
220 if (CC == CallingConv::AnyReg) in getCallPreservedMask()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp302 case CallingConv::AnyReg: in getCalleeSavedRegs()
425 case CallingConv::AnyReg: in getCallPreservedMask()
H A DX86CallingConv.td410 // X86-64 AnyReg return-value convention. No explicit register is specified for
461 CCIfCC<"CallingConv::AnyReg", CCDelegateTo<RetCC_X86_64_AnyReg>>,
738 // No explicit register is specified for the AnyReg calling convention. The
1058 CCIfCC<"CallingConv::AnyReg", CCDelegateTo<CC_X86_64_AnyReg>>,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp996 assert(I.getCallingConv() != CallingConv::AnyReg && in LowerStatepoint()
H A DInstrEmitter.cpp912 unsigned CC = CallingConv::AnyReg; in EmitMachineNode()
H A DFastISel.cpp773 bool IsAnyRegCC = CC == CallingConv::AnyReg; in selectPatchpoint()
H A DSelectionDAGBuilder.cpp9119 bool IsAnyRegCC = CC == CallingConv::AnyReg; in visitPatchpoint()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp361 case CallingConv::AnyReg: Out << "anyregcc"; break; in PrintCallingConv()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp2174 case lltok::kw_anyregcc: CC = CallingConv::AnyReg; break; in parseOptionalCallingConv()