Searched refs:CGT (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSyntheticCountsUtils.h33 using CGT = GraphTraits<CallGraphType>;
34 using NodeRef = typename CGT::NodeRef;
35 using EdgeRef = typename CGT::EdgeRef;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DSyntheticCountsUtils.cpp40 if (SCCNodes.count(CGT::edge_dest(E)))
60 auto Callee = CGT::edge_dest(E.second);
73 auto Callee = CGT::edge_dest(E.second);
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.h52 CodeGen::CodeGenTypes &CGT; member in class:clang::CodeGen::ABIInfo
57 : CGT(cgt), RuntimeCC(llvm::CallingConv::C) {}
H A DTargetInfo.cpp188 return CGT.getCXXABI();
192 return CGT.getContext();
196 return CGT.getLLVMContext();
200 return CGT.getDataLayout();
204 return CGT.getTarget();
208 return CGT.getCodeGenOpts();
663 DefaultABIInfo(CodeGen::CodeGenTypes &CGT) : ABIInfo(CGT) {} argument
683 DefaultTargetCodeGenInfo(CodeGen::CodeGenTypes &CGT) argument
684 : TargetCodeGenInfo(new DefaultABIInfo(CGT)) {}
732 WebAssemblyABIInfo(CodeGen::CodeGenTypes &CGT) argument
764 WebAssemblyTargetCodeGenInfo(CodeGen::CodeGenTypes &CGT) argument
862 PNaClABIInfo(CodeGen::CodeGenTypes &CGT) argument
874 PNaClTargetCodeGenInfo(CodeGen::CodeGenTypes &CGT) argument
1085 X86_32ABIInfo(CodeGen::CodeGenTypes &CGT, bool DarwinVectorABI, bool RetSmallStructInRegABI, bool Win32StructABI, unsigned NumRegisterParameters, bool SoftFloatABI) argument
1112 X86_32TargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, bool DarwinVectorABI, bool RetSmallStructInRegABI, bool Win32StructABI, unsigned NumRegisterParameters, bool SoftFloatABI) argument
2197 X86_64ABIInfo(CodeGen::CodeGenTypes &CGT, X86AVXABILevel AVXLevel) argument
2238 WinX86_64ABIInfo(CodeGen::CodeGenTypes &CGT, X86AVXABILevel AVXLevel) argument
2282 X86_64TargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, X86AVXABILevel AVXLevel) argument
2381 WinX86_32TargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, bool DarwinVectorABI, bool RetSmallStructInRegABI, bool Win32StructABI, unsigned NumRegisterParameters) argument
2425 WinX86_64TargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, X86AVXABILevel AVXLevel) argument
9024 SPIRTargetCodeGenInfo(CodeGen::CodeGenTypes &CGT) argument
9397 RISCVABIInfo(CodeGen::CodeGenTypes &CGT, unsigned XLen, unsigned FLen) argument
9813 RISCVTargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, unsigned XLen, unsigned FLen) argument
[all...]
H A DCodeGenTypes.cpp108 isSafeToConvert(QualType T, CodeGenTypes &CGT,
116 isSafeToConvert(const RecordDecl *RD, CodeGenTypes &CGT, argument
123 const Type *Key = CGT.getContext().getTagDeclType(RD).getTypePtr();
126 if (CGT.isRecordLayoutComplete(Key)) return true;
129 if (CGT.isRecordBeingLaidOut(Key))
138 if (!isSafeToConvert(I.getType()->castAs<RecordType>()->getDecl(), CGT,
146 if (!isSafeToConvert(I->getType(), CGT, AlreadyChecked))
157 isSafeToConvert(QualType T, CodeGenTypes &CGT, argument
165 return isSafeToConvert(RT->getDecl(), CGT, AlreadyChecked);
168 if (const auto *AT = CGT
181 isSafeToConvert(const RecordDecl *RD, CodeGenTypes &CGT) argument
[all...]
H A DCGCall.cpp143 static void appendParameterTypes(const CodeGenTypes &CGT, argument
166 prefix.push_back(CGT.getContext().getSizeType());
176 arrangeLLVMFunctionInfo(CodeGenTypes &CGT, bool instanceMethod, argument
182 appendParameterTypes(CGT, prefix, paramInfos, FTP);
185 return CGT.arrangeLLVMFunctionInfo(resultType, instanceMethod,
563 arrangeFreeFunctionLikeCall(CodeGenTypes &CGT, argument
599 argTypes.push_back(CGT.getContext().getCanonicalParamType(arg.Ty));
600 return CGT.arrangeLLVMFunctionInfo(GetReturnType(fnType->getReturnType()),
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp733 const CodeGenTarget &CGT = CGP.getTargetInfo(); local
734 CodeGenInstruction &II = CGT.getInstruction(Op);
762 const CodeGenTarget &CGT = CGP.getTargetInfo(); local
763 CodeGenInstruction &II = CGT.getInstruction(Op);
898 if (II.HasOneImplicitDefWithKnownVT(CGT) != MVT::Other)
903 ResultVTs.push_back(getRegisterValueType(Reg, CGT));
1037 const CodeGenTarget &CGT = CGP.getTargetInfo(); local
1038 CodeGenInstruction &II = CGT.getInstruction(DstPat->getOperator());
1040 if (II.HasOneImplicitDefWithKnownVT(CGT) != MVT::Other)
H A DDFAPacketizerEmitter.cpp214 CodeGenTarget CGT(Records);
215 CodeGenSchedModels CGS(Records, CGT);
H A DSubtargetEmitter.cpp1005 for (const CodeGenSchedTransition &CGT :
1007 if (CGT.ProcIndices[0] == 0 ||
1008 is_contained(CGT.ProcIndices, ProcModel.Index)) {

Completed in 145 milliseconds