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

  /external/swiftshader/third_party/subzero/src/
IceConditionCodesX8632.h 31 enum BrCond {
IceConditionCodesX8664.h 27 enum BrCond {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
VPlanHCFGBuilder.cpp 288 Value *BrCond = Br->getCondition();
291 assert(IRDef2VPValue.count(BrCond) &&
293 VPValue *VPCondBit = IRDef2VPValue[BrCond];
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IfConversion.cpp 100 /// BrCond - Conditions for end of block conditional branches.
118 SmallVector<MachineOperand, 4> BrCond;
430 if (!TII->ReverseBranchCondition(BBI.BrCond)) {
432 TII->InsertBranch(*BBI.BB, BBI.FalseBB, BBI.TrueBB, BBI.BrCond, dl);
492 if (TrueBBI.TrueBB && TrueBBI.BrCond.empty())
627 BBI.BrCond.clear();
629 !TII->AnalyzeBranch(*BBI.BB, BBI.TrueBB, BBI.FalseBB, BBI.BrCond);
632 if (BBI.BrCond.size()) {
720 if (BBI.BrCond.size()) {
726 SmallVector<MachineOperand, 4> Cond(BBI.BrCond.begin(), BBI.BrCond.end())
    [all...]
  /external/llvm/lib/CodeGen/
IfConversion.cpp 109 /// BrCond - Conditions for end of block conditional branches.
127 SmallVector<MachineOperand, 4> BrCond;
455 if (!TII->ReverseBranchCondition(BBI.BrCond)) {
457 TII->InsertBranch(*BBI.BB, BBI.FalseBB, BBI.TrueBB, BBI.BrCond, dl);
517 if (TrueBBI.TrueBB && TrueBBI.BrCond.empty())
656 BBI.BrCond.clear();
658 !TII->analyzeBranch(*BBI.BB, BBI.TrueBB, BBI.FalseBB, BBI.BrCond);
661 if (BBI.BrCond.size()) {
779 if (BBI.BrCond.size()) {
785 SmallVector<MachineOperand, 4> Cond(BBI.BrCond.begin(), BBI.BrCond.end())
    [all...]
MachinePipeliner.cpp 166 SmallVector<MachineOperand, 4> BrCond;
761 LI.BrCond.clear();
762 if (TII->analyzeBranch(*L.getHeader(), LI.TBB, LI.FBB, LI.BrCond))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
IfConversion.cpp 131 /// BrCond - Conditions for end of block conditional branches.
150 SmallVector<MachineOperand, 4> BrCond;
522 if (!TII->reverseBranchCondition(BBI.BrCond)) {
524 TII->insertBranch(*BBI.BB, BBI.FalseBB, BBI.TrueBB, BBI.BrCond, dl);
582 if (TrueBBI.TrueBB && TrueBBI.BrCond.empty())
789 if (TrueBBI.BrCond.size() == 0 ||
790 FalseBBI.BrCond.size() == 0)
    [all...]
MachinePipeliner.cpp 198 SmallVector<MachineOperand, 4> BrCond;
802 LI.BrCond.clear();
803 if (TII->analyzeBranch(*L.getHeader(), LI.TBB, LI.FBB, LI.BrCond))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 614 milliseconds