OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypeID
(Results
1 - 25
of
45
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h
136
TypeID
getTypeID
() const { return ID; }
139
bool isVoidTy() const { return
getTypeID
() == VoidTyID; }
142
bool isHalfTy() const { return
getTypeID
() == HalfTyID; }
145
bool isBFloatTy() const { return
getTypeID
() == BFloatTyID; }
148
bool isFloatTy() const { return
getTypeID
() == FloatTyID; }
151
bool isDoubleTy() const { return
getTypeID
() == DoubleTyID; }
154
bool isX86_FP80Ty() const { return
getTypeID
() == X86_FP80TyID; }
157
bool isFP128Ty() const { return
getTypeID
() == FP128TyID; }
160
bool isPPC_FP128Ty() const { return
getTypeID
() == PPC_FP128TyID; }
164
return
getTypeID
() == HalfTyID || getTypeID() == BFloatTyID |
[
all
...]
DerivedTypes.h
92
return T->
getTypeID
() == IntegerTyID;
142
return T->
getTypeID
() == FunctionTyID;
342
return T->
getTypeID
() == StructTyID;
382
return T->
getTypeID
() == ArrayTyID;
463
switch(VTy->getElementType()->
getTypeID
()) {
521
return T->
getTypeID
() == FixedVectorTyID ||
522
T->
getTypeID
() == ScalableVectorTyID;
567
return T->
getTypeID
() == FixedVectorTyID;
625
return T->
getTypeID
() == ScalableVectorTyID;
689
return T->
getTypeID
() == PointerTyID
[
all
...]
DataLayout.h
657
switch (Ty->
getTypeID
()) {
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsOs16.cpp
51
switch (RetType->
getTypeID
()) {
60
switch (Arg.getType()->
getTypeID
()) {
Mips16HardFloat.cpp
71
switch (T->
getTypeID
()) {
111
TypeID ArgTypeID = F.getFunctionType()->getParamType(0)->
getTypeID
();
122
TypeID ArgTypeID0 = F.getFunctionType()->getParamType(0)->
getTypeID
();
123
TypeID ArgTypeID1 = F.getFunctionType()->getParamType(1)->
getTypeID
();
159
switch (ArgType->
getTypeID
()) {
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp
73
static char
getTypeID
(Type *Ty) {
74
switch (Ty->
getTypeID
()) {
105
ExtName +=
getTypeID
(FT->getReturnType());
107
ExtName +=
getTypeID
(T);
124
switch (Ty->
getTypeID
()) {
145
switch (Ty->
getTypeID
()) {
233
if (RetTy->
getTypeID
() != Type::VoidTyID)
236
switch (RetTy->
getTypeID
()) {
Execution.cpp
50
switch (Ty->
getTypeID
()) {
110
switch (Ty->
getTypeID
()) {
121
switch (Ty->
getTypeID
()) {
132
switch (Ty->
getTypeID
()) {
143
switch (Ty->
getTypeID
()) {
154
switch (Ty->
getTypeID
()) {
195
switch (Ty->
getTypeID
()) {
209
switch (Ty->
getTypeID
()) {
223
switch (Ty->
getTypeID
()) {
237
switch (Ty->
getTypeID
()) {
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
WindowsResourceDumper.cpp
61
printResourceTypeName(Ref.
getTypeID
(), OS);
/src/external/apache2/llvm/dist/llvm/lib/IR/
Type.cpp
123
switch (
getTypeID
()) {
156
if (
getTypeID
() == HalfTyID) return 11;
157
if (
getTypeID
() == BFloatTyID) return 8;
158
if (
getTypeID
() == FloatTyID) return 24;
159
if (
getTypeID
() == DoubleTyID) return 53;
160
if (
getTypeID
() == X86_FP80TyID) return 64;
161
if (
getTypeID
() == FP128TyID) return 113;
162
assert(
getTypeID
() == PPC_FP128TyID && "unknown fp type");
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
814
Record.push_back(VE.
getTypeID
(Attr.getValueAsType()));
918
switch (T->
getTypeID
()) {
949
TypeVals.push_back(VE.
getTypeID
(PTy->getElementType()));
961
TypeVals.push_back(VE.
getTypeID
(FT->getReturnType()));
963
TypeVals.push_back(VE.
getTypeID
(FT->getParamType(i)));
974
TypeVals.push_back(VE.
getTypeID
(*I));
999
TypeVals.push_back(VE.
getTypeID
(AT->getElementType()));
1010
TypeVals.push_back(VE.
getTypeID
(VT->getElementType()));
1236
MaxGlobalType = std::max(MaxGlobalType, VE.
getTypeID
(GV.getValueType()));
1335
Vals.push_back(VE.
getTypeID
(GV.getValueType()))
[
all
...]
ValueEnumerator.h
166
unsigned
getTypeID
(Type *T) const {
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp
56
switch (unwrap(TyRef)->
getTypeID
()) {
87
switch (unwrap(TyRef)->
getTypeID
()) {
ExecutionEngine.cpp
589
switch (C->getType()->
getTypeID
()) {
749
switch (Op0->getType()->
getTypeID
()) {
788
switch (CE->getOperand(0)->getType()->
getTypeID
()) {
883
switch (C->getType()->
getTypeID
()) {
1022
switch (Ty->
getTypeID
()) {
1073
switch (Ty->
getTypeID
()) {
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp
263
switch (Cnt->getType()->
getTypeID
()) {
340
if (Ty->
getTypeID
() == Type::VoidTyID)
1174
switch (ETy->
getTypeID
()) {
1274
switch (Ty->
getTypeID
()) {
1347
switch (ETy->
getTypeID
()) {
1685
if (Fp->getType()->
getTypeID
() == Type::FloatTyID) {
1689
} else if (Fp->getType()->
getTypeID
() == Type::DoubleTyID) {
1788
switch (CPV->getType()->
getTypeID
()) {
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPrintfRuntimeBinding.cpp
141
if (ElemType->
getTypeID
() != Type::IntegerTyID)
424
} else if (ArgType->
getTypeID
() == Type::PointerTyID) {
AMDGPUHSAMetadataStreamer.cpp
143
switch (Ty->
getTypeID
()) {
562
switch (Ty->
getTypeID
()) {
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
WindowsResource.h
103
uint16_t
getTypeID
() const { return TypeID; }
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
AMDGPUEmitPrintf.cpp
51
if (Ty->
getTypeID
() == Type::DoubleTyID) {
FunctionComparator.cpp
426
if (int Res = cmpNumbers(TyL->
getTypeID
(), TyR->
getTypeID
()))
429
switch (TyL->
getTypeID
()) {
/src/external/apache2/llvm/dist/llvm/lib/Object/
WindowsResource.cpp
195
printResourceTypeName(Entry.
getTypeID
(), OS);
315
Entry.
getTypeID
() == /* RT_MANIFEST */ 24 &&
489
return addIDChild(Entry.
getTypeID
());
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp
297
switch (Ty->
getTypeID
()) {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ValueTypes.cpp
502
switch (Ty->
getTypeID
()) {
534
switch (Ty->
getTypeID
()) {
IntrinsicLowering.cpp
205
switch (CI->getArgOperand(0)->getType()->
getTypeID
()) {
/src/external/apache2/llvm/dist/llvm/lib/Linker/
IRMover.cpp
117
if (DstTy->
getTypeID
() != SrcTy->
getTypeID
())
294
switch (Ty->
getTypeID
()) {
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTWriter.h
625
serialization::TypeID
getTypeID
(QualType T) const;
Completed in 48 milliseconds
1
2
Indexes created Tue Feb 24 08:35:24 UTC 2026