HomeSort by relevance Sort by last modified time
    Searched refs:CGT (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 108 isSafeToConvert(QualType T, CodeGenTypes &CGT,
116 isSafeToConvert(const RecordDecl *RD, CodeGenTypes &CGT,
122 const Type *Key = CGT.getContext().getTagDeclType(RD).getTypePtr();
125 if (CGT.isRecordLayoutComplete(Key)) return true;
128 if (CGT.isRecordBeingLaidOut(Key))
139 CGT, AlreadyChecked))
147 if (!isSafeToConvert(I->getType(), CGT, AlreadyChecked))
158 isSafeToConvert(QualType T, CodeGenTypes &CGT,
164 return isSafeToConvert(RT->getDecl(), CGT, AlreadyChecked);
168 return isSafeToConvert(AT->getElementType(), CGT, AlreadyChecked)
    [all...]
ABIInfo.h 158 CodeGen::CodeGenTypes &CGT;
160 ABIInfo(CodeGen::CodeGenTypes &cgt) : CGT(cgt) {}
TargetInfo.cpp 47 return CGT.getContext();
51 return CGT.getLLVMContext();
55 return CGT.getTargetData();
332 DefaultABIInfo(CodeGen::CodeGenTypes &CGT) : ABIInfo(CGT) {}
350 DefaultTargetCodeGenInfo(CodeGen::CodeGenTypes &CGT)
351 : TargetCodeGenInfo(new DefaultABIInfo(CGT)) {}
454 X86_32ABIInfo(CodeGen::CodeGenTypes &CGT, bool d, bool p, bool m, bool w)
455 : ABIInfo(CGT), IsDarwinVectorABI(d), IsSmallStructInRegABI(p),
461 X86_32TargetCodeGenInfo(CodeGen::CodeGenTypes &CGT,
    [all...]
CGCall.cpp 85 static const CGFunctionInfo &arrangeFunctionType(CodeGenTypes &CGT,
93 return CGT.arrangeFunctionType(resultType, argTypes,
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 648 const CodeGenTarget &CGT = CGP.getTargetInfo();
649 CodeGenInstruction &II = CGT.getInstruction(Op);
677 const CodeGenTarget &CGT = CGP.getTargetInfo();
678 CodeGenInstruction &II = CGT.getInstruction(Op);
781 if (II.HasOneImplicitDefWithKnownVT(CGT) != MVT::Other)
787 ResultVTs.push_back(getRegisterValueType(Reg, CGT));
    [all...]

Completed in 207 milliseconds