Home
last modified time | relevance | path

Searched refs:cheapAsAMove (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveRangeEdit.cpp113 bool cheapAsAMove, in canRematerializeAt() argument
132 if (cheapAsAMove && !RM.OrigMI->getDesc().isAsCheapAsAMove()) in canRematerializeAt()
DLiveRangeEdit.h160 bool cheapAsAMove,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveRangeEdit.cpp142 SlotIndex UseIdx, bool cheapAsAMove) { in canRematerializeAt() argument
155 if (cheapAsAMove && !TII.isAsCheapAsAMove(*RM.OrigMI)) in canRematerializeAt()
/external/llvm/lib/CodeGen/
DLiveRangeEdit.cpp120 SlotIndex UseIdx, bool cheapAsAMove) { in canRematerializeAt() argument
133 if (cheapAsAMove && !TII.isAsCheapAsAMove(*RM.OrigMI)) in canRematerializeAt()
/external/llvm/include/llvm/CodeGen/
DLiveRangeEdit.h205 bool cheapAsAMove);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLiveRangeEdit.h214 bool cheapAsAMove);