Home
last modified time | relevance | path

Searched refs:GRAAL (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallingConv.h255 GRAAL = 107, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp627 if (MF.getFunction().getCallingConv() == CallingConv::GRAAL) { in getReservedRegs()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp150 if (MF.getFunction().getCallingConv() == CallingConv::GRAAL) { in getReservedRegs()
H A DRISCVISelLowering.cpp19673 case CallingConv::GRAAL: in LowerFormalArguments()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp484 if (MF.getFunction().getCallingConv() == CallingConv::GRAAL) { in getStrictlyReservedRegs()
H A DAArch64ISelLowering.cpp7199 case CallingConv::GRAAL: in CCAssignFnForCall()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp311 case CallingConv::GRAAL: Out << "graalcc"; break; in PrintCallingConv()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2280 case lltok::kw_graalcc: CC = CallingConv::GRAAL; break; in parseOptionalCallingConv()