HomeSort by relevance Sort by last modified time
    Searched refs:Br_None (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceConditionCodesX8632.h 35 Br_None
IceConditionCodesX8664.h 31 Br_None
IceInstX86BaseImpl.h 130 if (Condition == Cond::Br_None && getTargetFalse() == NextNode) {
145 assert(Condition != Cond::Br_None);
487 if (Condition == Cond::Br_None) {
496 if (Condition == Cond::Br_None) {
513 if (Condition == Cond::Br_None) {
519 if (Condition == Cond::Br_None) {
541 if (Condition == Cond::Br_None) {
    [all...]
IceTargetLoweringX86BaseImpl.h 235 Traits::Cond::Br_None;
    [all...]
IceInstX86Base.h 382 assert(Condition != Cond::Br_None);
392 InstX86Br(Func, NoCondTarget, Target, NoLabel, Cond::Br_None, Kind);
399 assert(Condition != Cond::Br_None);
406 /// Condition==Br_None) to a label in the current block.
429 return !Label && Condition == Cond::Br_None;
    [all...]

Completed in 167 milliseconds