Home
last modified time | relevance | path

Searched refs:setInReg (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h155 AI.setInReg(true);
192 AI.setInReg(true);
225 AI.setInReg(true);
383 void setInReg(bool IR) { in setInReg() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DMips.cpp221 ArgInfo.setInReg(true); in classifyArgumentType()
308 ArgInfo.setInReg(true); in classifyReturnType()
H A DX86.cpp83 AI.setInReg(true); in getDirectX86Hva()
939 FI.getReturnInfo().setInReg(true); in computeInfo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h80 void setInReg() { IsInReg = 1; } in setInReg() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.cpp223 ArgFlags.setInReg(); in CC_X86_32_VectorCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp210 Flags.setInReg(); in getRemainingRegParmsForType()
H A DTargetLoweringBase.cpp1754 Flags.setInReg(); in GetReturnInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1014 MyFlags.Flags.setInReg(); in lowerCallTo()
1034 Flags.setInReg(); in lowerCallTo()
H A DSelectionDAGBuilder.cpp2230 Flags.setInReg(); in visitRet()
10382 MyFlags.Flags.setInReg(); in LowerCallTo()
10448 Flags.setInReg(); in LowerCallTo()
10993 Flags.setInReg(); in LowerArguments()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp43 Flags.setInReg(); in addFlagsUsingAttrFn()
H A DIRTranslator.cpp3527 Flags.setInReg(); in emitSPDescriptorParent()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp796 CLI.Ins[0].Flags.setInReg(); in LowerCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1450 CLI.Ins[0].Flags.setInReg(); in LowerCall_64()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1172 FI.getReturnInfo().setInReg(CGM.getTarget().getTriple().isAArch64()); in classifyReturnType()