Home
last modified time | relevance | path

Searched refs:NoTarget (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp4589 constexpr CfgNode *NoTarget = nullptr; in lowerIntrinsicCall() local
4593 _br(NoTarget, NoTarget, T1, getZero(), Exit, CondMIPS32::Cond::NE); in lowerIntrinsicCall()
4596 _br(NoTarget, NoTarget, RegAt, getZero(), Retry, CondMIPS32::Cond::EQ); in lowerIntrinsicCall()
4615 constexpr CfgNode *NoTarget = nullptr; in lowerIntrinsicCall() local
4627 _br(NoTarget, NoTarget, T6, getZero(), Exit, CondMIPS32::Cond::NE); in lowerIntrinsicCall()
4630 _br(NoTarget, NoTarget, RegAt, getZero(), Retry, CondMIPS32::Cond::EQ); in lowerIntrinsicCall()
4661 constexpr CfgNode *NoTarget = nullptr; in lowerIntrinsicCall() local
4669 _br(NoTarget, NoTarget, RegAt, getZero(), Retry, CondMIPS32::Cond::EQ); in lowerIntrinsicCall()
4676 constexpr CfgNode *NoTarget = nullptr; in lowerIntrinsicCall() local
4704 _br(NoTarget, NoTarget, RegAt, getZero(), Retry, CondMIPS32::Cond::EQ); in lowerIntrinsicCall()
[all …]
/external/v8/src/asmjs/
Dasm-wasm-builder.cc52 enum TargetType : uint8_t { NoTarget, BreakTarget, ContinueTarget }; enumerator
256 WasmOpcode opcode, TargetType target_type = NoTarget) in BlockVisitor()
373 breakable_blocks_.emplace_back(nullptr, NoTarget); in HandleCase()
383 breakable_blocks_.emplace_back(nullptr, NoTarget); in HandleCase()
575 breakable_blocks_.emplace_back(nullptr, NoTarget); in VisitConditional()