Home
last modified time | relevance | path

Searched refs:TryFold (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveIntervalAnalysis.cpp1219 bool TryFold = !DefIsReMat; in rewriteInstructionForSpills() local
1236 TryFold = !ReMatDefMI || (ReMatDefMI && (MI == ReMatOrigDefMI || isLoad)); in rewriteInstructionForSpills()
1275 if (!TryFold) in rewriteInstructionForSpills()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp493 bool TryFold = false; in insertSelect() local
497 TryFold = true; in insertSelect()
501 TryFold = true; in insertSelect()
512 if (TryFold) { in insertSelect()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp3378 auto TryFold = [this, N, User, dl](SDValue Val) { in foldBoolExts() local
3388 SDValue TrueRes = TryFold(ConstTrue); in foldBoolExts()
3391 SDValue FalseRes = TryFold(ConstFalse); in foldBoolExts()