Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.h623 bool functionArgumentNeedsConsecutiveRegisters(
H A DARMISelLowering.cpp21816 bool ARMTargetLowering::functionArgumentNeedsConsecutiveRegisters( in functionArgumentNeedsConsecutiveRegisters() function in ARMTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h873 bool functionArgumentNeedsConsecutiveRegisters(
H A DAArch64ISelLowering.cpp22514 bool AArch64TargetLowering::functionArgumentNeedsConsecutiveRegisters( in functionArgumentNeedsConsecutiveRegisters() function in AArch64TargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1115 bool functionArgumentNeedsConsecutiveRegisters( in functionArgumentNeedsConsecutiveRegisters() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp275 bool NeedsRegBlock = TLI->functionArgumentNeedsConsecutiveRegisters( in splitToValueTypes()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1029 bool NeedsRegBlock = TLI.functionArgumentNeedsConsecutiveRegisters( in lowerCallTo()
H A DSelectionDAGBuilder.cpp2022 bool NeedsRegBlock = TLI.functionArgumentNeedsConsecutiveRegisters( in visitRet()
9951 bool NeedsRegBlock = functionArgumentNeedsConsecutiveRegisters( in LowerCallTo()
10011 bool NeedsRegBlock = functionArgumentNeedsConsecutiveRegisters( in LowerCallTo()
10561 bool NeedsRegBlock = TLI->functionArgumentNeedsConsecutiveRegisters( in LowerArguments()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4470 functionArgumentNeedsConsecutiveRegisters(Type *Ty, CallingConv::ID CallConv, in functionArgumentNeedsConsecutiveRegisters() function