| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.td | 2178 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 D | SystemZRegisterInfo.cpp | 201 if (MF->getFunction().getCallingConv() == CallingConv::AnyReg) in getCalleeSavedRegs() 223 if (CC == CallingConv::AnyReg) in getCallPreservedMask()
|
| H A D | SystemZRegisterInfo.td | 150 defm AnyReg : SystemZRegClass<"AnyReg",
|
| H A D | SystemZCallingConv.td | 152 // "All registers" as used by the AnyReg calling convention.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | CallingConv.h | 62 AnyReg = 13, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCCallingConv.td | 36 // 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 D | PPCRegisterInfo.cpp | 159 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 D | StackMaps.h | 97 bool isAnyReg() const { return (getCallingConv() == CallingConv::AnyReg); } in isAnyReg()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.cpp | 82 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 D | X86RegisterInfo.cpp | 302 case CallingConv::AnyReg: in getCalleeSavedRegs() 425 case CallingConv::AnyReg: in getCallPreservedMask()
|
| H A D | X86CallingConv.td | 410 // 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 D | StatepointLowering.cpp | 996 assert(I.getCallingConv() != CallingConv::AnyReg && in LowerStatepoint()
|
| H A D | InstrEmitter.cpp | 912 unsigned CC = CallingConv::AnyReg; in EmitMachineNode()
|
| H A D | FastISel.cpp | 773 bool IsAnyRegCC = CC == CallingConv::AnyReg; in selectPatchpoint()
|
| H A D | SelectionDAGBuilder.cpp | 9119 bool IsAnyRegCC = CC == CallingConv::AnyReg; in visitPatchpoint()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 361 case CallingConv::AnyReg: Out << "anyregcc"; break; in PrintCallingConv()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 2174 case lltok::kw_anyregcc: CC = CallingConv::AnyReg; break; in parseOptionalCallingConv()
|