Searched defs:CGT (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/CodeGen/
H A DABIInfo.h51 CodeGen::CodeGenTypes &CGT; member in class:clang::CodeGen::ABIInfo
57 : CGT(cgt),
H A DCodeGenTypes.cpp105 isSafeToConvert(QualType T, CodeGenTypes &CGT,
113 isSafeToConvert(const RecordDecl *RD, CodeGenTypes &CGT, argument
120 const Type *Key = CGT.getContext().getTagDeclType(RD).getTypePtr();
123 if (CGT.isRecordLayoutComplete(Key)) return true;
126 if (CGT.isRecordBeingLaidOut(Key))
136 CGT, AlreadyChecked))
143 if (!isSafeToConvert(I->getType(), CGT, AlreadyChecked))
154 isSafeToConvert(QualType T, CodeGenTypes &CGT, argument
162 return isSafeToConvert(RT->getDecl(), CGT, AlreadyChecked);
165 if (const auto *AT = CGT
178 isSafeToConvert(const RecordDecl *RD, CodeGenTypes &CGT) argument
[all...]
H A DCGCall.cpp104 static void appendParameterTypes(const CodeGenTypes &CGT, argument
133 prefix.push_back(CGT.getContext().getSizeType());
140 arrangeLLVMFunctionInfo(CodeGenTypes &CGT, bool instanceMethod, argument
148 appendParameterTypes(CGT, prefix, paramInfos, FTP, FD);
151 return CGT.arrangeLLVMFunctionInfo(resultType, instanceMethod,
508 arrangeFreeFunctionLikeCall(CodeGenTypes &CGT, argument
544 argTypes.push_back(CGT.getContext().getCanonicalParamType(arg.Ty));
545 return CGT.arrangeLLVMFunctionInfo(GetReturnType(fnType->getReturnType()),
H A DTargetInfo.cpp167 return CGT.getCXXABI();
171 return CGT.getContext();
175 return CGT.getLLVMContext();
179 return CGT.getDataLayout();
183 return CGT.getTarget();
593 DefaultABIInfo(CodeGen::CodeGenTypes &CGT) : ABIInfo(CGT) {} argument
613 DefaultTargetCodeGenInfo(CodeGen::CodeGenTypes &CGT) argument
614 : TargetCodeGenInfo(new DefaultABIInfo(CGT)) {}
660 explicit WebAssemblyABIInfo(CodeGen::CodeGenTypes &CGT) argument
683 WebAssemblyTargetCodeGenInfo(CodeGen::CodeGenTypes &CGT) argument
747 PNaClABIInfo(CodeGen::CodeGenTypes &CGT) argument
759 PNaClTargetCodeGenInfo(CodeGen::CodeGenTypes &CGT) argument
944 X86_32ABIInfo(CodeGen::CodeGenTypes &CGT, bool DarwinVectorABI, bool RetSmallStructInRegABI, bool Win32StructABI, unsigned NumRegisterParameters, bool SoftFloatABI) argument
967 X86_32TargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, bool DarwinVectorABI, bool RetSmallStructInRegABI, bool Win32StructABI, unsigned NumRegisterParameters, bool SoftFloatABI) argument
1971 X86_64ABIInfo(CodeGen::CodeGenTypes &CGT, X86AVXABILevel AVXLevel) argument
2010 WinX86_64ABIInfo(CodeGen::CodeGenTypes &CGT) argument
2039 X86_64TargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, X86AVXABILevel AVXLevel) argument
2120 PS4TargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, X86AVXABILevel AVXLevel) argument
2149 WinX86_32TargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, bool DarwinVectorABI, bool RetSmallStructInRegABI, bool Win32StructABI, unsigned NumRegisterParameters) argument
2194 WinX86_64TargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, X86AVXABILevel AVXLevel) argument
7560 SPIRTargetCodeGenInfo(CodeGen::CodeGenTypes &CGT) argument
[all...]
/external/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp681 const CodeGenTarget &CGT = CGP.getTargetInfo(); local
682 CodeGenInstruction &II = CGT.getInstruction(Op);
710 const CodeGenTarget &CGT = CGP.getTargetInfo(); local
711 CodeGenInstruction &II = CGT.getInstruction(Op);
848 if (II.HasOneImplicitDefWithKnownVT(CGT) != MVT::Other)
854 ResultVTs.push_back(getRegisterValueType(Reg, CGT));
968 const CodeGenTarget &CGT = CGP.getTargetInfo(); local
969 CodeGenInstruction &II = CGT.getInstruction(DstPat->getOperator());
971 if (II.HasOneImplicitDefWithKnownVT(CGT) != MVT::Other)
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DDAGISelMatcherGen.cpp648 const CodeGenTarget &CGT = CGP.getTargetInfo(); local
649 CodeGenInstruction &II = CGT.getInstruction(Op);
677 const CodeGenTarget &CGT = CGP.getTargetInfo(); local
678 CodeGenInstruction &II = CGT.getInstruction(Op);
781 if (II.HasOneImplicitDefWithKnownVT(CGT) != MVT::Other)
787 ResultVTs.push_back(getRegisterValueType(Reg, CGT));
903 const CodeGenTarget &CGT = CGP.getTargetInfo(); local
904 CodeGenInstruction &II = CGT.getInstruction(DstPat->getOperator());
906 if (II.HasOneImplicitDefWithKnownVT(CGT) != MVT::Other)

Completed in 647 milliseconds