Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h634 bool functionArgumentNeedsConsecutiveRegisters(
H A DARMISelLowering.cpp22006 bool ARMTargetLowering::functionArgumentNeedsConsecutiveRegisters( in functionArgumentNeedsConsecutiveRegisters() function in ARMTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1105 bool functionArgumentNeedsConsecutiveRegisters( in functionArgumentNeedsConsecutiveRegisters() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h935 bool functionArgumentNeedsConsecutiveRegisters(
H A DAArch64ISelLowering.cpp25284 bool AArch64TargetLowering::functionArgumentNeedsConsecutiveRegisters( in functionArgumentNeedsConsecutiveRegisters() function in AArch64TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp282 bool NeedsRegBlock = TLI->functionArgumentNeedsConsecutiveRegisters( in splitToValueTypes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1025 bool NeedsRegBlock = TLI.functionArgumentNeedsConsecutiveRegisters( in lowerCallTo()
H A DSelectionDAGBuilder.cpp2199 bool NeedsRegBlock = TLI.functionArgumentNeedsConsecutiveRegisters( in visitRet()
10352 bool NeedsRegBlock = functionArgumentNeedsConsecutiveRegisters( in LowerCallTo()
10412 bool NeedsRegBlock = functionArgumentNeedsConsecutiveRegisters( in LowerCallTo()
10964 bool NeedsRegBlock = TLI->functionArgumentNeedsConsecutiveRegisters( in LowerArguments()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4671 functionArgumentNeedsConsecutiveRegisters(Type *Ty, CallingConv::ID CallConv, in functionArgumentNeedsConsecutiveRegisters() function