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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegisterCoalescer.cpp 122 /// returns false. The output "SrcInt" will not have been modified, so we
145 /// If PreserveSrcInt is true, make sure SrcInt is valid after the call.
146 bool ReMaterializeTrivialDef(LiveInterval &SrcInt, bool PreserveSrcInt,
798 bool RegisterCoalescer::ReMaterializeTrivialDef(LiveInterval &SrcInt,
803 LiveInterval::iterator SrcLR = SrcInt.FindLiveRangeContaining(CopyIdx);
804 assert(SrcLR != SrcInt.end() && "Live range not found!");
863 LIS->shrinkToUses(&SrcInt);
    [all...]
  /external/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 639 Constant *SrcInt = ConstantExpr::getPtrToInt(Src, IntPtrTy);
640 Constant *Disp = ConstantExpr::getSub(DestInt, SrcInt);
    [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp 151 /// returns false. The output "SrcInt" will not have been modified, so we
    [all...]

Completed in 111 milliseconds