OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTargetInfo
(Results
1 - 25
of
117
) sorted by relevancy
1
2
3
4
5
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
PatternInit.cpp
25
CGM.getContext().
getTargetInfo
().getMaxPointerWidth() < 64
46
unsigned PtrWidth = CGM.getContext().
getTargetInfo
().getPointerWidth(
ObjectFilePCHContainerOperations.cpp
169
M->setDataLayout(Ctx->
getTargetInfo
().getDataLayoutString());
247
M->setTargetTriple(Ctx.
getTargetInfo
().getTriple().getTriple());
248
M->setDataLayout(Ctx.
getTargetInfo
().getDataLayoutString());
265
auto Triple = Ctx.
getTargetInfo
().getTriple();
298
Ctx.
getTargetInfo
().getDataLayoutString(), M.get(),
307
Ctx.
getTargetInfo
().getDataLayoutString(), M.get(),
ModuleBuilder.cpp
140
M->setTargetTriple(Ctx->
getTargetInfo
().getTriple().getTriple());
141
M->setDataLayout(Ctx->
getTargetInfo
().getDataLayoutString());
142
const auto &SDKVersion = Ctx->
getTargetInfo
().getSDKVersion();
227
if (Ctx->
getTargetInfo
().getCXXABI().isMicrosoft()) {
CGRecordLayoutBuilder.cpp
108
return Context.
getTargetInfo
().getCXXABI().isMicrosoft() ||
114
return Context.
getTargetInfo
().getABI().startswith("aapcs");
118
bool isBE() const { return Context.
getTargetInfo
().isBigEndian(); }
125
return !Context.
getTargetInfo
().getCXXABI().isMicrosoft();
487
(!Context.
getTargetInfo
().useZeroLengthBitfieldAlignment() &&
488
!Context.
getTargetInfo
().useBitFieldTypeAlignment())) &&
/src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumCXXABI.cpp
195
const TargetInfo &Target = Context.
getTargetInfo
();
207
const llvm::Triple &T = Context.
getTargetInfo
().getTriple();
211
return Context.
getTargetInfo
().getDefaultCallingConv();
224
Context.toCharUnitsFromBits(Context.
getTargetInfo
().getPointerWidth(0));
MicrosoftCXXABI.cpp
97
assert(Context.
getTargetInfo
().getCXXABI().isMicrosoft() &&
110
Context.
getTargetInfo
().getTriple().getArch() == llvm::Triple::x86)
112
return Context.
getTargetInfo
().getDefaultCallingConv();
269
const TargetInfo &Target = Context.
getTargetInfo
();
Mangle.cpp
68
const TargetInfo &TI = Context.
getTargetInfo
();
163
getASTContext().
getTargetInfo
().getUserLabelPrefix();
166
llvm::DataLayout(getASTContext().
getTargetInfo
().getDataLayoutString())
189
const TargetInfo &TI = Context.
getTargetInfo
();
395
DL(Ctx.
getTargetInfo
().getDataLayoutString()) {}
492
if (Ctx.
getTargetInfo
().getCXXABI().isItaniumFamily())
496
if (Ctx.
getTargetInfo
().getCXXABI().isMicrosoft())
502
if (Ctx.
getTargetInfo
().getCXXABI().isItaniumFamily()) {
RecordLayoutBuilder.cpp
699
IsNaturalAlign(!Context.
getTargetInfo
().getTriple().isOSAIX()),
721
return Context.
getTargetInfo
().getCXXABI();
1063
Context.toCharUnitsFromBits(Context.
getTargetInfo
().getPointerWidth(0));
1065
Context.toCharUnitsFromBits(Context.
getTargetInfo
().getPointerAlign(0));
1226
Context.
getTargetInfo
().getTriple().isPS4() ||
1227
Context.
getTargetInfo
().getTriple().isOSAIX()))
1240
Context.
getTargetInfo
().defaultsToAIXPowerAlignment();
1350
!Context.
getTargetInfo
().defaultsToAIXPowerAlignment() || IsNaturalAlign;
1390
llvm::alignTo(getSizeInBits(), Context.
getTargetInfo
().getCharAlign()));
1461
uint64_t CharAlignment = Context.
getTargetInfo
().getCharAlign()
[
all
...]
RecordLayout.cpp
81
if (Ctx.
getTargetInfo
().getCXXABI().hasPrimaryVBases()) {
PrintfFormatString.cpp
498
if (Ctx.
getTargetInfo
().getTriple().isOSMSVCRT())
529
return Ctx.
getTargetInfo
().getTriple().isArch64Bit()
564
return Ctx.
getTargetInfo
().getTriple().isArch64Bit()
642
if (Ctx.
getTargetInfo
().getTriple().isOSMSVCRT() &&
649
if (Ctx.
getTargetInfo
().getTriple().isOSMSVCRT() &&
850
if (hasValidLengthModifier(Ctx.
getTargetInfo
(), LangOpt)) {
ScanfFormatString.cpp
344
if (Ctx.
getTargetInfo
().getTriple().isOSMSVCRT())
361
if (Ctx.
getTargetInfo
().getTriple().isOSMSVCRT())
507
if (hasValidLengthModifier(Ctx.
getTargetInfo
(), LangOpt)) {
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelEmitter.cpp
49
CodeGenInstruction &II = CGP.
getTargetInfo
().getInstruction(Op);
126
CGP.
getTargetInfo
().getName().str() + " target", OS);
DAGISelMatcherGen.cpp
686
CGP.
getTargetInfo
().getRegBank().getReg(Def);
718
CGP.
getTargetInfo
().getRegisterClass(Def);
732
const CodeGenRegBank &RB = CGP.
getTargetInfo
().getRegBank();
759
const CodeGenTarget &CGT = CGP.
getTargetInfo
();
788
const CodeGenTarget &CGT = CGP.
getTargetInfo
();
898
CGP.
getTargetInfo
().getRegBank().getReg(PhysRegInputs[i].first);
1063
const CodeGenTarget &CGT = CGP.
getTargetInfo
();
InstrInfoEmitter.cpp
48
Records(R), CDP(R), SchedModels(CDP.
getTargetInfo
().getSchedModels()) {}
214
const CodeGenTarget &Target = CDP.
getTargetInfo
();
720
CodeGenTarget &Target = CDP.
getTargetInfo
();
941
CodeGenTarget &Target = CDP.
getTargetInfo
();
1033
const CodeGenTarget &Target = CDP.
getTargetInfo
();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAvailability.cpp
44
StringRef TargetPlatform = Context.
getTargetInfo
().getPlatformName();
181
const auto &Triple = Context.
getTargetInfo
().getTriple();
367
S.Context, S.Context.
getTargetInfo
().getPlatformMinVersion(),
373
S.getASTContext().
getTargetInfo
().getPlatformName()));
381
<< S.Context.
getTargetInfo
().getPlatformMinVersion().getAsString();
406
S.getASTContext().
getTargetInfo
().getPlatformName())
666
SemaRef.Context.
getTargetInfo
().getPlatformMinVersion());
767
SemaRef.Context.
getTargetInfo
().getPlatformMinVersion(), Introduced)
772
SemaRef.getASTContext().
getTargetInfo
().getPlatformName()));
780
<< SemaRef.Context.
getTargetInfo
()
[
all
...]
SemaStmtAsm.cpp
272
if (!Context.
getTargetInfo
().validateOutputConstraint(Info)) {
341
if (!Context.
getTargetInfo
().validateOutputSize(
363
if (!Context.
getTargetInfo
().validateInputConstraint(OutputConstraintInfos,
449
if (!Context.
getTargetInfo
().validateInputSize(FeatureMap,
465
if (!Context.
getTargetInfo
().isValidClobber(Clobber)) {
537
if (!Context.
getTargetInfo
().validateConstraintModifier(
697
Context.
getTargetInfo
(), Context);
Sema.cpp
242
if (Context.
getTargetInfo
().hasInt128Type() ||
301
Context.
getTargetInfo
().getSupportedOpenCLOpts(), getLangOpts());
376
if (Context.
getTargetInfo
().hasAArch64SVETypes()) {
382
if (Context.
getTargetInfo
().getTriple().isPPC64() &&
383
Context.
getTargetInfo
().hasFeature("paired-vector-memops")) {
384
if (Context.
getTargetInfo
().hasFeature("mma")) {
394
if (Context.
getTargetInfo
().hasRISCVVTypes()) {
400
if (Context.
getTargetInfo
().hasBuiltinMSVaList()) {
1824
if (!Context.
getTargetInfo
().hasExtIntType()) {
1827
<< Ty << Context.
getTargetInfo
().getTriple().str()
[
all
...]
DeclSpec.cpp
1176
(!S.Context.
getTargetInfo
().hasFeature("power10-vector")))
1188
(!S.Context.
getTargetInfo
().hasFeature("vsx")) &&
1189
(!S.Context.
getTargetInfo
().hasFeature("power8-vector")) &&
1205
else if (!S.Context.
getTargetInfo
().hasFeature("vsx") &&
1212
!S.Context.
getTargetInfo
().hasFeature("arch12"))
1222
S.Context.
getTargetInfo
().getTriple().isOSAIX())
SemaDeclAttr.cpp
1310
if (S.getASTContext().
getTargetInfo
().getTriple().isPS4()) {
1888
if (S.Context.
getTargetInfo
().getTriple().isOSDarwin()) {
1892
if (S.Context.
getTargetInfo
().getTriple().isNVPTX()) {
1938
if (S.Context.
getTargetInfo
().getTriple().isOSAIX() &&
1982
if (!S.Context.
getTargetInfo
().validateCPUSpecificCPUDispatch(CPUName)) {
1988
const TargetInfo &Target = S.Context.
getTargetInfo
();
2035
const auto &Triple = S.getASTContext().
getTargetInfo
().getTriple();
2078
if (!AL.existsInTarget(Context.
getTargetInfo
())) {
2495
if (S.Context.
getTargetInfo
().getTriple().isWatchOS()) {
2534
} else if (S.Context.
getTargetInfo
().getTriple().isTvOS())
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Context.cpp
110
return Ctx.
getTargetInfo
().getCharWidth();
/src/external/apache2/llvm/dist/clang/lib/Lex/
LiteralSupport.cpp
1295
assert(PP.
getTargetInfo
().getCharWidth() == 8 &&
1297
assert(PP.
getTargetInfo
().getIntWidth() <= 64 &&
1298
(PP.
getTargetInfo
().getIntWidth() & 7) == 0 &&
1300
assert(PP.
getTargetInfo
().getWCharWidth() <= 64 &&
1314
0xFFFFFFFFu >> (32-PP.
getTargetInfo
().getWCharWidth());
1382
unsigned CharWidth = getCharWidth(Kind, PP.
getTargetInfo
());
1406
llvm::APInt LitVal(PP.
getTargetInfo
().getIntWidth(), 0);
1498
Target(PP.
getTargetInfo
()), Diags(Complain ? &PP.getDiagnostics() :nullptr),
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp
75
PtrWidth(ASTC.
getTargetInfo
().getPointerWidth(0)) {}
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
target.h
207
Expression *
getTargetInfo
(const char* name, const Loc& loc);
target.d
266
extern (C++) Expression
getTargetInfo
(const(char)* name, const ref Loc loc);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdcpp/
xutility.d
34
enum __cplusplus = __traits(
getTargetInfo
, "cppStd");
154
enum __CXXLIB__ = __traits(
getTargetInfo
, "cppRuntimeLibrary");
Completed in 46 milliseconds
1
2
3
4
5
Indexes created Tue Jun 09 00:24:00 UTC 2026