OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CGT
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/CodeGen/
CodeGenTypes.cpp
106
isSafeToConvert(QualType T, CodeGenTypes &
CGT
,
114
isSafeToConvert(const RecordDecl *RD, CodeGenTypes &
CGT
,
120
const Type *Key =
CGT
.getContext().getTagDeclType(RD).getTypePtr();
123
if (
CGT
.isRecordLayoutComplete(Key)) return true;
126
if (
CGT
.isRecordBeingLaidOut(Key))
137
CGT
, AlreadyChecked))
145
if (!isSafeToConvert(I->getType(),
CGT
, AlreadyChecked))
156
isSafeToConvert(QualType T, CodeGenTypes &
CGT
,
162
return isSafeToConvert(RT->getDecl(),
CGT
, AlreadyChecked);
166
return isSafeToConvert(AT->getElementType(),
CGT
, AlreadyChecked)
[
all
...]
ABIInfo.h
149
CodeGen::CodeGenTypes &
CGT
;
151
ABIInfo(CodeGen::CodeGenTypes &
cgt
) :
CGT
(
cgt
) {}
TargetInfo.cpp
47
return
CGT
.getContext();
51
return
CGT
.getLLVMContext();
55
return
CGT
.getTargetData();
295
DefaultABIInfo(CodeGen::CodeGenTypes &
CGT
) : ABIInfo(
CGT
) {}
313
DefaultTargetCodeGenInfo(CodeGen::CodeGenTypes &
CGT
)
314
: TargetCodeGenInfo(new DefaultABIInfo(
CGT
)) {}
407
X86_32ABIInfo(CodeGen::CodeGenTypes &
CGT
, bool d, bool p, bool m)
408
: ABIInfo(
CGT
), IsDarwinVectorABI(d), IsSmallStructInRegABI(p),
414
X86_32TargetCodeGenInfo(CodeGen::CodeGenTypes &
CGT
, bool d, bool p, bool m
[
all
...]
CGCall.cpp
78
static const CGFunctionInfo &getFunctionInfo(CodeGenTypes &
CGT
,
85
return
CGT
.getFunctionInfo(ResTy, ArgTys, FTP->getExtInfo());
[
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 4656 milliseconds