HomeSort by: relevance | last modified time | path
    Searched defs:Lowered (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 92 STATISTIC(NumTypeTestCallsLowered, "Number of type test calls lowered");
666 /// lowered to TIL, which must be either an Inline or a ByteArray.
1048 Value *Lowered = lowerTypeTestCall(TypeIdStr, CI, TIL);
1049 if (Lowered) {
1050 CI->replaceAllUsesWith(Lowered);
1174 Value *Lowered = lowerTypeTestCall(TypeId, CI, TIL);
1175 if (Lowered) {
1176 CI->replaceAllUsesWith(Lowered);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 126 STATISTIC(ShufflesHandledWithVPERM, "Number of shuffles lowered to a VPERM");
553 // TRAMPOLINE is custom lowered.
557 // VASTART needs to be custom lowered to use the VarArgsFrameIndex
572 // VAARG is custom lowered with the 32-bit SVR4 ABI.
578 // VACOPY is custom lowered with the 32-bit SVR4 ABI.
2325 /// Can node \p N be lowered to an XXPERMDI instruction? If so, set \p Swap
2328 /// Specifically, set \p Swap to true only if \p N can be lowered to XXPERMDI
2330 /// (BE). Set \p DM to the calculated result (0-3) only if \p N can be lowered.
3246 // all the GlobalTLSAddress nodes are lowered with this model.
8412 // Don't handle ppc_fp128 here; let it be lowered to a libcall
    [all...]

Completed in 38 milliseconds