Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h156 AI.setInReg(true);
203 AI.setInReg(true);
237 AI.setInReg(true);
401 void setInReg(bool IR) { in setInReg() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DMips.cpp239 ArgInfo.setInReg(true); in classifyArgumentType()
326 ArgInfo.setInReg(true); in classifyReturnType()
H A DSparc.cpp307 AAI.setInReg(CB.InReg); in classifyType()
H A DX86.cpp70 AI.setInReg(true); in getDirectX86Hva()
941 FI.getReturnInfo().setInReg(true); in computeInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h84 void setInReg() { IsInReg = 1; } in setInReg() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp210 Flags.setInReg(); in getRemainingRegParmsForType()
H A DTargetLoweringBase.cpp1765 Flags.setInReg(); in GetReturnInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.cpp222 ArgFlags.setInReg(); in CC_X86_32_VectorCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1024 MyFlags.Flags.setInReg(); in lowerCallTo()
1044 Flags.setInReg(); in lowerCallTo()
H A DSelectionDAGBuilder.cpp2235 Flags.setInReg(); in visitRet()
11063 MyFlags.Flags.setInReg(); in LowerCallTo()
11131 Flags.setInReg(); in LowerCallTo()
11661 Flags.setInReg(); in LowerArguments()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp44 Flags.setInReg(); in addFlagsUsingAttrFn()
H A DIRTranslator.cpp3883 Flags.setInReg(); in emitSPDescriptorParent()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp784 CLI.Ins[0].Flags.setInReg(); in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1439 CLI.Ins[0].Flags.setInReg(); in LowerCall_64()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1185 FI.getReturnInfo().setInReg(CGM.getTarget().getTriple().isAArch64()); in classifyReturnType()