Home
last modified time | relevance | path

Searched refs:ABI_ILP32S (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchBaseInfo.cpp31 case ABI_ILP32S: in checkABIStandardized()
58 TripleABI = Is64Bit ? ABI_LP64S : ABI_ILP32S; in getTripleABI()
82 case ABI_ILP32S: in computeTargetABI()
120 case ABI_ILP32S: in computeTargetABI()
165 return Is64Bit ? ABI_LP64S : ABI_ILP32S; in computeTargetABI()
178 .Case("ilp32s", ABI_ILP32S) in getTargetABI()
H A DLoongArchBaseInfo.h63 ABI_ILP32S, enumerator
H A DLoongArchELFStreamer.cpp54 case LoongArchABI::ABI_ILP32S: in finish()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchRegisterInfo.cpp47 case LoongArchABI::ABI_ILP32S: in getCalleeSavedRegs()
69 case LoongArchABI::ABI_ILP32S: in getCallPreservedMask()
H A DLoongArchSubtarget.h100 TargetABI == LoongArchABI::ABI_ILP32S; in isSoftFPABI()
H A DLoongArchISelLowering.cpp4744 case LoongArchABI::ABI_ILP32S: in CC_LoongArch()