HomeSort by relevance Sort by last modified time
    Searched refs:isVoidTy (Results 26 - 50 of 76) sorted by null

12 3 4

  /frameworks/compile/libbcc/lib/Renderscript/
RSScriptGroupFusion.cpp 303 if (fusedKernel->getReturnType()->isVoidTy()) {
RSForEachExpand.cpp 718 if (OutBaseTy->isVoidTy()) {
    [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 574 assert(!V->getType()->isVoidTy() && "Can't insert void values!");
763 if (!I->getType()->isVoidTy())
  /external/llvm/lib/IR/
Function.cpp 282 assert(!FT->getParamType(i)->isVoidTy() &&
831 if (!ArgTys.empty() && ArgTys.back()->isVoidTy()) {
    [all...]
Verifier.cpp     [all...]
AsmWriter.cpp 780 if (!I.getType()->isVoidTy() && !I.hasName())
884 assert(!V->getType()->isVoidTy() && "Doesn't need a slot!");
900 assert(!V->getType()->isVoidTy() && !V->hasName() && "Doesn't need a slot!");
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 425 if (PointeeType->isVoidTy())
CGVTables.cpp 354 if (Call->getType()->isVoidTy())
    [all...]
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 494 assert(!Src->isVoidTy() && "Invalid type");
  /external/llvm/lib/CodeGen/
Analysis.cpp 109 if (Ty->isVoidTy())
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 252 const bool HasDef = !Tmp->getType()->isVoidTy();
FastISel.cpp 604 assert(I->getCalledFunction()->getReturnType()->isVoidTy() &&
713 bool HasDef = !I->getType()->isVoidTy();
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 461 if (RetTy->isIntegerTy(32) || RetTy->isVoidTy()) {
  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp     [all...]
Scalarizer.cpp 256 if (Done && I->getType()->isVoidTy())
GVN.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 226 if (Scalar->isVoidTy() || VF == 1)
    [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 457 if (I->getType()->isVoidTy())
559 F->getReturnType()->isVoidTy()) {
    [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 332 if (!FTy->getReturnType()->isVoidTy())
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 635 if (OldFnRetTy->isVoidTy()) {
PromoteMemoryToRegister.cpp 330 if (!I->getType()->isVoidTy()) {
    [all...]
SimplifyLibCalls.cpp     [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp     [all...]

Completed in 439 milliseconds

12 3 4