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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AlwaysInliner.cpp 90 AttributeFuncs::mergeAttributesForInlining(*Caller, F);
DeadArgumentElimination.cpp 847 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy));
849 assert(!RAttrs.overlaps(AttributeFuncs::typeIncompatible(NRetTy)) &&
892 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy));
Inliner.cpp 262 AttributeFuncs::mergeAttributesForInlining(*Caller, *Callee);
867 AttributeFuncs::mergeAttributesForInlining(F, Callee);
IROutliner.cpp 1199 AttributeFuncs::mergeAttributesForOutlining(*CurrentGroup.OutlinedFunction,
  /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/IR/
Attributes.cpp 2090 // AttributeFuncs Function Defintions
2094 AttrBuilder AttributeFuncs::typeIncompatible(Type *Ty) {
2303 bool AttributeFuncs::areInlineCompatible(const Function &Caller,
2308 bool AttributeFuncs::areOutlineCompatible(const Function &A,
2313 void AttributeFuncs::mergeAttributesForInlining(Function &Caller,
2318 void AttributeFuncs::mergeAttributesForOutlining(Function &Base,
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/include/llvm/IR/
Attributes.h 1014 namespace AttributeFuncs {
1041 } // end namespace AttributeFuncs
  /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/Analysis/
InlineCost.cpp 2437 AttributeFuncs::areInlineCompatible(*Caller, *Callee);
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 5640 AttributeFuncs::typeIncompatible(
5644 CI->removeParamAttrs(ArgNo, AttributeFuncs::typeIncompatible(

Completed in 47 milliseconds