Home
last modified time | relevance | path

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

/freebsd/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/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()
942 FI.getReturnInfo().setInReg(true); in computeInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h80 void setInReg() { IsInReg = 1; } in setInReg() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.cpp223 ArgFlags.setInReg(); in CC_X86_32_VectorCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp210 Flags.setInReg(); in getRemainingRegParmsForType()
H A DTargetLoweringBase.cpp1667 Flags.setInReg(); in GetReturnInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1027 MyFlags.Flags.setInReg(); in lowerCallTo()
1047 Flags.setInReg(); in lowerCallTo()
H A DSelectionDAGBuilder.cpp2271 Flags.setInReg(); in visitRet()
10902 MyFlags.Flags.setInReg(); in LowerCallTo()
10968 Flags.setInReg(); in LowerCallTo()
11513 Flags.setInReg(); in LowerArguments()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp45 Flags.setInReg(); in addFlagsUsingAttrFn()
H A DIRTranslator.cpp3727 Flags.setInReg(); in emitSPDescriptorParent()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp794 CLI.Ins[0].Flags.setInReg(); in LowerCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1188 FI.getReturnInfo().setInReg(CGM.getTarget().getTriple().isAArch64()); in classifyReturnType()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1448 CLI.Ins[0].Flags.setInReg(); in LowerCall_64()