Home
last modified time | relevance | path

Searched refs:getX86ConditionCode (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.h40 std::pair<CondCode, bool> getX86ConditionCode(CmpInst::Predicate Predicate);
DX86InstructionSelector.cpp944 std::tie(CC, SwapArgs) = X86::getX86ConditionCode( in selectCmp()
1059 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in selectFCmp()
DX86FastISel.cpp1504 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in X86SelectCmp()
1685 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in X86SelectBranch()
2055 std::tie(CC, NeedSwap) = X86::getX86ConditionCode(Predicate); in X86FastEmitCMoveSelect()
2306 std::tie(CC, NeedSwap) = X86::getX86ConditionCode(CI->getPredicate()); in X86FastEmitPseudoSelect()
DX86InstrInfo.cpp2260 X86::getX86ConditionCode(CmpInst::Predicate Predicate) { in getX86ConditionCode() function in X86