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

  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 170 if (V->getType()->isTokenTy())
  /external/llvm/lib/Analysis/
CodeMetrics.cpp 152 if (II->getType()->isTokenTy() && II->isUsedOutsideOfBlock(BB))
LoopInfo.cpp 186 if (I->getType()->isTokenTy())
252 if (BI->getType()->isTokenTy() && BI->isUsedOutsideOfBlock(*I))
  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 73 if (Inst.getType()->isTokenTy())
  /external/llvm/include/llvm/IR/
Type.h 181 /// isTokenTy - Return true if this is 'token'.
182 bool isTokenTy() const { return getTypeID() == TokenTyID; }
  /external/llvm/lib/IR/
Type.cpp 601 !ElemTy->isTokenTy();
695 !ElemTy->isTokenTy();
763 !ElemTy->isMetadataTy() && !ElemTy->isTokenTy();
Verifier.cpp     [all...]
Instructions.cpp 66 if (Op1->getType()->isTokenTy())
    [all...]
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 378 if (!BBTerm->getType()->isVoidTy() && !BBTerm->getType()->isTokenTy())
480 if (!Inst->getType()->isVoidTy() && !Inst->getType()->isTokenTy())
789 if (I->isEHPad() || I->getType()->isTokenTy())
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 307 if (I->getType()->isTokenTy() && I->isUsedOutsideOfBlock(BB))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 555 Ty->isTokenTy())
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 478 milliseconds