Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64CallLowering.cpp212 bool NeedsRegBlock = TLI.functionArgumentNeedsConsecutiveRegisters( in splitToValueTypes()
H A DAArch64ISelLowering.h527 bool functionArgumentNeedsConsecutiveRegisters(Type *Ty,
H A DAArch64ISelLowering.cpp11701 bool AArch64TargetLowering::functionArgumentNeedsConsecutiveRegisters( in functionArgumentNeedsConsecutiveRegisters() function in AArch64TargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp220 TLI.functionArgumentNeedsConsecutiveRegisters( in splitToValueTypes()
H A DARMISelLowering.h501 bool functionArgumentNeedsConsecutiveRegisters(
H A DARMISelLowering.cpp15085 bool ARMTargetLowering::functionArgumentNeedsConsecutiveRegisters( in functionArgumentNeedsConsecutiveRegisters() function in ARMTargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h865 bool functionArgumentNeedsConsecutiveRegisters( in functionArgumentNeedsConsecutiveRegisters() function
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3428 functionArgumentNeedsConsecutiveRegisters(Type *Ty, CallingConv::ID CallConv, in functionArgumentNeedsConsecutiveRegisters() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1178 bool NeedsRegBlock = TLI.functionArgumentNeedsConsecutiveRegisters( in lowerCallTo()
H A DSelectionDAGBuilder.cpp8540 bool NeedsRegBlock = functionArgumentNeedsConsecutiveRegisters( in LowerCallTo()
9029 bool NeedsRegBlock = TLI->functionArgumentNeedsConsecutiveRegisters( in LowerArguments()