OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTokenTy
(Results
1 - 24
of
24
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h
207
if (V->getType()->
isTokenTy
())
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
CodeMetrics.cpp
172
if (I.getType()->
isTokenTy
() && I.isUsedOutsideOfBlock(BB))
LoopInfo.cpp
436
if (I.getType()->
isTokenTy
())
937
if (V->getType()->
isTokenTy
())
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LCSSA.cpp
99
assert(!I->getType()->
isTokenTy
() && "Tokens shouldn't be in the worklist");
381
if (I.getType()->
isTokenTy
())
BasicBlockUtils.cpp
1251
assert(!LPad->getType()->
isTokenTy
() &&
Local.cpp
2074
if (!Inst->use_empty() && !Inst->getType()->
isTokenTy
())
2076
if (Inst->isEHPad() || Inst->getType()->
isTokenTy
()) {
SimplifyCFG.cpp
1674
I->getType()->
isTokenTy
())
1769
if (Op->getType()->
isTokenTy
())
1841
assert(!Op->getType()->
isTokenTy
() && "Can't PHI tokens!");
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
PruneEH.cpp
235
if (I->getType()->
isTokenTy
()) {
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h
199
bool
isTokenTy
() const { return getTypeID() == TokenTyID; }
Instructions.h
2598
assert(!Ty->
isTokenTy
() && "PHI nodes cannot have token type!");
2607
assert(!Ty->
isTokenTy
() && "PHI nodes cannot have token type!");
/src/external/apache2/llvm/dist/llvm/lib/IR/
Type.cpp
551
!ElemTy->
isTokenTy
();
613
!ElemTy->
isTokenTy
() && !ElemTy->isX86_AMXTy() &&
734
!ElemTy->isMetadataTy() && !ElemTy->
isTokenTy
() &&
Verifier.cpp
2501
Assert(!Arg.getType()->
isTokenTy
(),
2515
Assert(!F.getReturnType()->
isTokenTy
(),
3097
Assert(!PN.getType()->
isTokenTy
(), "PHI nodes cannot have token type!");
3276
Assert(!ParamTy->
isTokenTy
(),
3283
Assert(!FTy->getReturnType()->
isTokenTy
(),
Function.cpp
1373
case IITDescriptor::Token: return !Ty->
isTokenTy
();
Instructions.cpp
75
if (Op1->getType()->
isTokenTy
())
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVNSink.cpp
585
I->getType()->
isTokenTy
())
852
assert(!Op->getType()->
isTokenTy
() && "Can't PHI tokens!");
JumpThreading.cpp
571
if (I->getType()->
isTokenTy
() && I->isUsedOutsideOfBlock(BB))
SimpleLoopUnswitch.cpp
2732
if (I.getType()->
isTokenTy
() && I.isUsedOutsideOfBlock(BB))
/src/external/apache2/llvm/dist/llvm/tools/bugpoint/
CrashDebugger.cpp
482
if (BBTerm->isEHPad() || BBTerm->getType()->
isTokenTy
())
793
!Inst->isEHPad() && !Inst->getType()->
isTokenTy
() &&
1144
if (I->isEHPad() || I->getType()->
isTokenTy
() ||
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp
2662
if (I.getType()->
isTokenTy
())
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp
2519
if (LP.getType()->
isTokenTy
())
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
1540
if (!Inst->getType()->isVoidTy() && !Inst->getType()->
isTokenTy
() &&
SelectionDAGBuilder.cpp
3008
if (LP.getType()->
isTokenTy
())
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp
5662
if (!Ty->
isTokenTy
())
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
6570
if (Ty->
isTokenTy
() || !VectorType::isValidElementType(Ty))
Completed in 110 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026