Home
last modified time | relevance | path

Searched refs:IsBitTest (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp562 bool IsBitTest = false; in visitSelectInstWithICmp() local
566 IsBitTest = true; in visitSelectInstWithICmp()
571 IsBitTest = true; in visitSelectInstWithICmp()
576 IsBitTest = true; in visitSelectInstWithICmp()
579 if (IsBitTest) { in visitSelectInstWithICmp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp952 bool IsBitTest = false; in foldSelectInstWithICmp() local
956 IsBitTest = true; in foldSelectInstWithICmp()
961 IsBitTest = true; in foldSelectInstWithICmp()
966 IsBitTest = true; in foldSelectInstWithICmp()
969 if (IsBitTest) { in foldSelectInstWithICmp()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3411 bool IsBitTest = false; in SimplifySelectInst() local
3415 IsBitTest = true; in SimplifySelectInst()
3420 IsBitTest = true; in SimplifySelectInst()
3425 IsBitTest = true; in SimplifySelectInst()
3428 if (IsBitTest) { in SimplifySelectInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2345 bool IsBitTest = TestBit != -1; in emitCompareAndBranch() local
2350 unsigned Opc = OpcTable[IsBitTest][IsCmpNE][Is64Bit]; in emitCompareAndBranch()
2362 if ((BW < 32) && !IsBitTest) in emitCompareAndBranch()
2370 if (IsBitTest) in emitCompareAndBranch()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2256 bool IsBitTest = TestBit != -1; in emitCompareAndBranch() local
2261 unsigned Opc = OpcTable[IsBitTest][IsCmpNE][Is64Bit]; in emitCompareAndBranch()
2273 if ((BW < 32) && !IsBitTest) in emitCompareAndBranch()
2281 if (IsBitTest) in emitCompareAndBranch()