Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h614 bool functionArgumentNeedsConsecutiveRegisters(
H A DARMISelLowering.cpp20001 bool ARMTargetLowering::functionArgumentNeedsConsecutiveRegisters( in functionArgumentNeedsConsecutiveRegisters() function in ARMTargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1051 bool functionArgumentNeedsConsecutiveRegisters( in functionArgumentNeedsConsecutiveRegisters() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h803 bool functionArgumentNeedsConsecutiveRegisters(Type *Ty,
H A DAArch64ISelLowering.cpp16982 bool AArch64TargetLowering::functionArgumentNeedsConsecutiveRegisters( in functionArgumentNeedsConsecutiveRegisters() function in AArch64TargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp226 bool NeedsRegBlock = TLI->functionArgumentNeedsConsecutiveRegisters( in splitToValueTypes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1037 bool NeedsRegBlock = TLI.functionArgumentNeedsConsecutiveRegisters( in lowerCallTo()
H A DSelectionDAGBuilder.cpp1942 bool NeedsRegBlock = TLI.functionArgumentNeedsConsecutiveRegisters( in visitRet()
9423 bool NeedsRegBlock = functionArgumentNeedsConsecutiveRegisters( in LowerCallTo()
9483 bool NeedsRegBlock = functionArgumentNeedsConsecutiveRegisters( in LowerCallTo()
10033 bool NeedsRegBlock = TLI->functionArgumentNeedsConsecutiveRegisters( in LowerArguments()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3995 functionArgumentNeedsConsecutiveRegisters(Type *Ty, CallingConv::ID CallConv, in functionArgumentNeedsConsecutiveRegisters() function