Home
last modified time | relevance | path

Searched refs:isRegLoc (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCallingConvLower.cpp76 if (ValAssign.isRegLoc()) { in IsShadowAllocatedReg()
228 HaveRegParm = Locs.back().isRegLoc(); in getRemainingRegParmsForType()
234 if (Locs[I].isRegLoc()) in getRemainingRegParmsForType()
288 Loc1.isRegLoc() != Loc2.isRegLoc() || in resultsCompatible()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp113 assert(VA.isRegLoc() && "Value shouldn't be assigned to reg"); in assignValueToReg()
154 assert(VA.isRegLoc() && "Value should be in reg"); in assignCustomValue()
155 assert(NextVA.isRegLoc() && "Value should be in reg"); in assignCustomValue()
284 assert(VA.isRegLoc() && "Value shouldn't be assigned to reg"); in assignValueToReg()
325 assert(VA.isRegLoc() && "Value should be in reg"); in assignCustomValue()
326 assert(NextVA.isRegLoc() && "Value should be in reg"); in assignCustomValue()
H A DARMFastISel.cpp1895 if (VA.isRegLoc() && !VA.needsCustom()) { in ProcessCallArgs()
1901 !VA.isRegLoc() || !ArgLocs[++i].isRegLoc()) in ProcessCallArgs()
1975 if (VA.isRegLoc() && !VA.needsCustom()) { in ProcessCallArgs()
1987 assert(VA.isRegLoc() && NextVA.isRegLoc() && in ProcessCallArgs()
2117 if (!VA.isRegLoc()) in SelectRet()
H A DARMISelLowering.cpp2208 if (NextVA.isRegLoc()) in PassF64ArgInRegs()
2375 if (VA.isRegLoc()) { in LowerCall()
2387 } else if (VA.isRegLoc()) { in LowerCall()
2881 if (!VA.isRegLoc()) in IsEligibleForTailCallOptimization()
2883 if (!ArgLocs[++i].isRegLoc()) in IsEligibleForTailCallOptimization()
2886 if (!ArgLocs[++i].isRegLoc()) in IsEligibleForTailCallOptimization()
2888 if (!ArgLocs[++i].isRegLoc()) in IsEligibleForTailCallOptimization()
2891 } else if (!VA.isRegLoc()) { in IsEligibleForTailCallOptimization()
2991 assert(VA.isRegLoc() && "Can only return in registers!"); in LowerReturn()
4317 if (VA.isRegLoc()) { in LowerFormalArguments()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp284 if (VA.isRegLoc()) { in LowerCall()
377 if (VA.isRegLoc()) { in lowerCallResult()
482 if (VA.isRegLoc()) { in LowerCallArguments()
634 if (VA.isRegLoc()) in LowerReturn()
662 if (!VA.isRegLoc()) in LowerReturn()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h145 bool isRegLoc() const { return !isMem; } in isRegLoc() function
150 Register getLocReg() const { assert(isRegLoc()); return Loc; } in getLocReg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp920 if (!ArgLoc.isRegLoc()) in parametersInCSRMatch()
999 if (Loc1.isRegLoc() != Loc2.isRegLoc()) in resultsCompatible()
1002 if (Loc1.isRegLoc()) { in resultsCompatible()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp320 if (VA.isRegLoc()) { in LowerFormalArguments()
441 if (VA.isRegLoc()) in LowerCall()
528 assert(VA.isRegLoc() && "Can only return in registers!"); in LowerReturn()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp233 assert(VA.isRegLoc() && "Can only return in registers!"); in LowerReturn_32()
316 assert(VA.isRegLoc() && "Can only return in registers!"); in LowerReturn_64()
414 if (VA.isRegLoc()) { in LowerFormalArguments_32()
593 if (VA.isRegLoc()) { in LowerFormalArguments_64()
866 if (VA.isRegLoc()) { in LowerCall_32()
870 if (NextVA.isRegLoc()) { in LowerCall_32()
900 if (VA.isRegLoc()) { in LowerCall_32()
1052 if (!VA.isRegLoc() || (ValTy != MVT::f64 && ValTy != MVT::f128)) in fixupVariableFloatArgs()
1164 if (VA.isRegLoc()) { in LowerCall_64()
1199 if (i+1 < ArgLocs.size() && ArgLocs[i+1].isRegLoc() && in LowerCall_64()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp626 if (VA.isRegLoc()) { in LowerCall()
671 if (VA.isRegLoc()) in LowerCall()
892 if (VA.isRegLoc()) { in LowerFormalArguments()
1032 assert(VA.isRegLoc() && "Can only return in registers!"); in LowerReturn()
1207 if (!ArgLocs[i].isRegLoc()) in IsEligibleForTailCallOptimization()
1250 if (!VA.isRegLoc()) { in IsEligibleForTailCallOptimization()
1274 if (!VA.isRegLoc()) in IsEligibleForTailCallOptimization()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1068 if (VA.isRegLoc()) { in LowerCallResult()
1162 if (VA.isRegLoc()) { in LowerCCCCallTo()
1299 if (VA.isRegLoc()) { in LowerCCCArguments()
1470 if (VA.isRegLoc()) in LowerReturn()
1498 if (!VA.isRegLoc()) in LowerReturn()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp458 if (VA.isRegLoc()) { in LowerCCCArguments()
555 assert(VA.isRegLoc() && "Can only return in registers!"); in LowerReturn()
685 if (VA.isRegLoc()) { in LowerCCCCallTo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp640 if (VA.isRegLoc()) { in LowerCCCArguments()
762 assert(VA.isRegLoc() && "Can only return in registers!"); in LowerReturn()
848 if (VA.isRegLoc()) { in LowerCCCCallTo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1397 !VA.isRegLoc() || VA.needsCustom()) in processCallArgs()
1505 assert(VA.isRegLoc() && "Can only return in registers!"); in finishCall()
1745 assert(VA.isRegLoc() && "Can only return in registers!"); in SelectRet()
H A DPPCISelLowering.cpp4002 if (VA.isRegLoc()) { in LowerFormalArguments_32SVR4()
5092 assert(VA.isRegLoc() && "Can only return in registers!"); in LowerCallResult()
5807 if (VA.isRegLoc()) { in LowerCall_32SVR4()
6922 assert(I != End && ArgLocs[I].isRegLoc() && ArgLocs[I].needsCustom() && in LowerFormalArguments_AIX()
6942 if (I != End && ArgLocs[I].isRegLoc() && ArgLocs[I].needsCustom()) { in LowerFormalArguments_AIX()
6952 if (VA.isRegLoc()) { in LowerFormalArguments_AIX()
6975 assert(VA.isRegLoc() && "MemLocs should already be handled."); in LowerFormalArguments_AIX()
7017 for (; Offset != StackSize && ArgLocs[I].isRegLoc(); in LowerFormalArguments_AIX()
7039 if (VA.isRegLoc() && !VA.needsCustom()) { in LowerFormalArguments_AIX()
7198 while (LoadOffset + PtrByteSize <= ByValSize && ArgLocs[I].isRegLoc()) { in LowerCall_AIX()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp29 if (VA.isRegLoc()) { in assign()
H A DMipsFastISel.cpp1229 if (VA.isRegLoc() && !VA.needsCustom()) { in processCallArgs()
1720 if (!VA.isRegLoc()) in selectRet()
H A DMipsISelLowering.cpp3282 if (VA.isRegLoc()) { in LowerCall()
3335 if (VA.isRegLoc()) { in LowerCall()
3496 assert(VA.isRegLoc() && "Can only return in registers!"); in LowerCallResult()
3645 bool IsRegLoc = VA.isRegLoc(); in LowerFormalArguments()
3813 assert(VA.isRegLoc() && "Can only return in registers!"); in LowerReturn()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp339 assert(VA.isRegLoc() && "Can only return in registers!"); in LowerReturn()
416 if (VA.isRegLoc()) { in LowerFormalArguments()
674 if (VA.isRegLoc()) { in LowerCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp733 if (ArgLoc.isRegLoc()) in areCalleeOutgoingArgsTailCallable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1148 if (VA.isRegLoc()) { in LowerFormalArguments()
1465 assert(VA.isRegLoc() && "Can only return in registers!"); in LowerReturn()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp518 if (VA.isRegLoc()) in LowerCall()
834 if (VA.isRegLoc() && ByVal && Flags.getByValSize() <= 8) in LowerFormalArguments()
837 bool InReg = VA.isRegLoc() && in LowerFormalArguments()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7072 assert(VA.isRegLoc() && "Expected register VA assignment"); in unpackF64OnRV32DSoftABI()
7265 else if (VA.isRegLoc()) in LowerFormalArguments()
7519 if (IsF64OnRV32DSoftABI && VA.isRegLoc()) { in LowerCall()
7600 if (VA.isRegLoc()) { in LowerCall()
7788 assert(VA.isRegLoc() && "Can only return in registers!"); in LowerReturn()
7792 assert(VA.isRegLoc() && "Expected return via registers"); in LowerReturn()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp1235 if (!VA.isRegLoc()) in X86SelectRet()
3387 if (VA.isRegLoc()) { in fastLowerCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1399 if (VA.isRegLoc()) { in LowerFormalArguments()
1527 if (!VA.isRegLoc()) in canUseSiblingCall()
1624 if (VA.isRegLoc()) in LowerCall()
1785 assert(VA.isRegLoc() && "Can only return in registers!"); in LowerReturn()

12