HomeSort by: relevance | last modified time | path
    Searched refs:typeIncompatible (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CallPromotionUtils.cpp 489 ArgAttrs.remove(AttributeFuncs::typeIncompatible(FormalTy));
511 RAttrs.remove(AttributeFuncs::typeIncompatible(CalleeRetTy));
SimplifyLibCalls.cpp 516 AttributeFuncs::typeIncompatible(NewCI->getType()));
545 AttributeFuncs::typeIncompatible(NewCI->getType()));
608 AttributeFuncs::typeIncompatible(NewCI->getType()));
1085 AttributeFuncs::typeIncompatible(NewCI->getType()));
1139 AttributeFuncs::typeIncompatible(NewCI->getType()));
1154 AttributeFuncs::typeIncompatible(NewCI->getType()));
1216 AttributeFuncs::typeIncompatible(NewCI->getType()));
3266 AttributeFuncs::typeIncompatible(NewCI->getType()));
3280 AttributeFuncs::typeIncompatible(NewCI->getType()));
3296 AttributeFuncs::typeIncompatible(NewCI->getType()))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 847 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy));
849 assert(!RAttrs.overlaps(AttributeFuncs::typeIncompatible(NRetTy)) &&
892 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy));
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h 1017 AttrBuilder typeIncompatible(Type *Ty);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 2508 if (RAttrs.overlaps(AttributeFuncs::typeIncompatible(NewRetTy)))
2554 .overlaps(AttributeFuncs::typeIncompatible(ParamTy)))
2622 RAttrs.remove(AttributeFuncs::typeIncompatible(NewRetTy));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 1220 AttributeFuncs::typeIncompatible(NewFT->getReturnType()));
1573 AttributeFuncs::typeIncompatible(NewFT->getReturnType()));
3322 AttributeFuncs::typeIncompatible(NewCB->getType())));
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Attributes.cpp 2094 AttrBuilder AttributeFuncs::typeIncompatible(Type *Ty) {
AutoUpgrade.cpp 4382 AttributeFuncs::typeIncompatible(F.getReturnType()));
4384 Arg.removeAttrs(AttributeFuncs::typeIncompatible(Arg.getType()));
Verifier.cpp 1833 AttrBuilder IncompatibleAttrs = AttributeFuncs::typeIncompatible(Ty);
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 5640 AttributeFuncs::typeIncompatible(
5644 CI->removeParamAttrs(ArgNo, AttributeFuncs::typeIncompatible(

Completed in 39 milliseconds