Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DCallingConv.h62 AnyReg = 13, enumerator
/external/llvm/lib/Target/PowerPC/
DPPCCallingConv.td31 // PPC64 AnyReg return-value convention. No explicit register is specified for
44 CCIfCC<"CallingConv::AnyReg", CCDelegateTo<RetCC_PPC64_AnyReg>>,
71 // No explicit register is specified for the AnyReg calling convention. The
90 CCIfCC<"CallingConv::AnyReg", CCDelegateTo<CC_PPC64_AnyReg>>,
105 CCIfCC<"CallingConv::AnyReg", CCDelegateTo<RetCC_PPC64_AnyReg>>,
DPPCRegisterInfo.cpp104 if (MF->getFunction()->getCallingConv() == CallingConv::AnyReg) { in getCalleeSavedRegs()
135 if (CC == CallingConv::AnyReg) { in getCallPreservedMask()
/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp51 if (MF->getFunction()->getCallingConv() == CallingConv::AnyReg) in getCalleeSavedRegs()
63 if (CC == CallingConv::AnyReg) in getCallPreservedMask()
/external/llvm/lib/Target/X86/
DX86CallingConv.td183 // X86-64 AnyReg return-value convention. No explicit register is specified for
213 CCIfCC<"CallingConv::AnyReg", CCDelegateTo<RetCC_X86_64_AnyReg>>,
413 // No explicit register is specified for the AnyReg calling convention. The
667 CCIfCC<"CallingConv::AnyReg", CCDelegateTo<CC_X86_64_AnyReg>>,
DX86RegisterInfo.cpp234 case CallingConv::AnyReg: in getCalleeSavedRegs()
294 case CallingConv::AnyReg: in getCallPreservedMask()
/external/llvm/lib/CodeGen/
DStackMaps.cpp41 IsAnyReg(MI->getOperand(getMetaIdx(CCPos)).getImm() == CallingConv::AnyReg) in PatchPointOpers()
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp757 unsigned CC = CallingConv::AnyReg; in EmitMachineNode()
DFastISel.cpp712 bool IsAnyRegCC = CC == CallingConv::AnyReg; in selectPatchpoint()
DSelectionDAGBuilder.cpp7006 bool IsAnyRegCC = CC == CallingConv::AnyReg; in visitPatchpoint()
/external/llvm/lib/IR/
DAsmWriter.cpp298 case CallingConv::AnyReg: Out << "anyregcc"; break; in PrintCallingConv()
/external/llvm/lib/AsmParser/
DLLParser.cpp1479 case lltok::kw_anyregcc: CC = CallingConv::AnyReg; break; in ParseOptionalCallingConv()