Home
last modified time | relevance | path

Searched refs:functionArgumentNeedsConsecutiveRegisters (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h654 bool functionArgumentNeedsConsecutiveRegisters(
H A DARMISelLowering.cpp21951 bool ARMTargetLowering::functionArgumentNeedsConsecutiveRegisters( in functionArgumentNeedsConsecutiveRegisters() function in ARMTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h473 bool functionArgumentNeedsConsecutiveRegisters(
H A DAArch64ISelLowering.cpp28292 bool AArch64TargetLowering::functionArgumentNeedsConsecutiveRegisters( in functionArgumentNeedsConsecutiveRegisters() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1133 bool functionArgumentNeedsConsecutiveRegisters( in functionArgumentNeedsConsecutiveRegisters() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1627 bool functionArgumentNeedsConsecutiveRegisters(
H A DX86ISelLoweringCall.cpp237 bool X86TargetLowering::functionArgumentNeedsConsecutiveRegisters( in functionArgumentNeedsConsecutiveRegisters() function in X86TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp311 bool NeedsRegBlock = TLI->functionArgumentNeedsConsecutiveRegisters( in splitToValueTypes()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1035 bool NeedsRegBlock = TLI.functionArgumentNeedsConsecutiveRegisters( in lowerCallTo()
H A DSelectionDAGBuilder.cpp2204 bool NeedsRegBlock = TLI.functionArgumentNeedsConsecutiveRegisters( in visitRet()
11033 bool NeedsRegBlock = functionArgumentNeedsConsecutiveRegisters( in LowerCallTo()
11093 bool NeedsRegBlock = functionArgumentNeedsConsecutiveRegisters( in LowerCallTo()
11632 bool NeedsRegBlock = TLI->functionArgumentNeedsConsecutiveRegisters( in LowerArguments()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5007 functionArgumentNeedsConsecutiveRegisters(Type *Ty, CallingConv::ID CallConv, in functionArgumentNeedsConsecutiveRegisters() function