Searched refs:NoLabel (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstMIPS32.h | 806 constexpr InstMIPS32Label *NoLabel = nullptr; in create() local 808 InstMIPS32Br(Func, NoCondTarget, Target, NoLabel, CondMIPS32::AL); in create() 822 constexpr InstMIPS32Label *NoLabel = nullptr; in create() local 824 InstMIPS32Br(Func, TargetTrue, TargetFalse, Src0, Src1, NoLabel, Cond); in create() 830 constexpr InstMIPS32Label *NoLabel = nullptr; in create() local 832 InstMIPS32Br(Func, TargetTrue, TargetFalse, Src0, NoLabel, Cond); in create()
|
D | IceInstARM32.h | 1109 constexpr InstARM32Label *NoLabel = nullptr; in create() local 1111 InstARM32Br(Func, TargetTrue, TargetFalse, NoLabel, Predicate); in create() 1116 constexpr InstARM32Label *NoLabel = nullptr; in create() local 1118 InstARM32Br(Func, NoCondTarget, Target, NoLabel, CondARM32::AL); in create() 1127 constexpr InstARM32Label *NoLabel = nullptr; in create() local 1129 InstARM32Br(Func, Target, NoUncondTarget, NoLabel, Predicate); in create()
|
D | IceInstX86Base.h | 383 constexpr InstX86Label *NoLabel = nullptr; in create() local 385 InstX86Br(Func, TargetTrue, TargetFalse, NoLabel, Condition, Kind); in create() 390 constexpr InstX86Label *NoLabel = nullptr; in create() local 392 InstX86Br(Func, NoCondTarget, Target, NoLabel, Cond::Br_None, Kind); in create() 401 constexpr InstX86Label *NoLabel = nullptr; in create() local 403 InstX86Br(Func, Target, NoUncondTarget, NoLabel, Condition, Kind); in create()
|