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

  /external/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 628 LPCC::CondCode BranchCond =
634 Condition.push_back(MachineOperand::CreateImm(BranchCond));
654 LPCC::CondCode BranchCond =
656 Condition[0].setImm(getOppositeCondition(BranchCond));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 626 LPCC::CondCode BranchCond =
632 Condition.push_back(MachineOperand::CreateImm(BranchCond));
652 LPCC::CondCode BranchCond =
654 Condition[0].setImm(getOppositeCondition(BranchCond));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
JumpThreading.cpp     [all...]

Completed in 2029 milliseconds