Home
last modified time | relevance | path

Searched refs:Unpredictable (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DIRBuilder.h937 InstTy *addBranchMetadata(InstTy *I, MDNode *Weights, MDNode *Unpredictable) { in addBranchMetadata() argument
940 if (Unpredictable) in addBranchMetadata()
941 I->setMetadata(LLVMContext::MD_unpredictable, Unpredictable); in addBranchMetadata()
979 MDNode *Unpredictable = nullptr) { in CreateCondBr()
981 BranchWeights, Unpredictable)); in CreateCondBr()
1002 MDNode *Unpredictable = nullptr) { in CreateSwitch()
1004 BranchWeights, Unpredictable)); in CreateSwitch()
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.h308 // Unpredictable value.
309 Unpredictable = 0xbadbeaf enumerator
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.h344 // Unpredictable value.
345 Unpredictable = 0xbadbeaf enumerator
H A Dsimulator-mips64.cc4202 set_register(LO, Unpredictable);
4203 set_register(HI, Unpredictable);
5369 res = wt != 0 ? ws / wt : static_cast<T>(Unpredictable);
5373 : static_cast<T>(Unpredictable);
5376 res = wt != 0 ? ws % wt : static_cast<T>(Unpredictable);
5380 : static_cast<T>(Unpredictable);
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.h342 // Unpredictable value.
343 Unpredictable = 0xbadbeaf enumerator
H A Dsimulator-mips.cc4102 set_register(LO, Unpredictable);
4103 set_register(HI, Unpredictable);
5082 res = wt != 0 ? ws / wt : static_cast<T>(Unpredictable);
5086 : static_cast<T>(Unpredictable);
5089 res = wt != 0 ? ws % wt : static_cast<T>(Unpredictable);
5093 : static_cast<T>(Unpredictable);
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.h511 // Unpredictable value.
512 Unpredictable = 0xbadbeaf enumerator
/third_party/vixl/src/aarch32/
H A Ddisasm-aarch32.h616 virtual void Unpredictable() { os() << " ; unpredictable"; } in Unpredictable() function in vixl::aarch32::Disassembler
617 virtual void UnpredictableT32(uint32_t /*instr*/) { return Unpredictable(); } in UnpredictableT32()
618 virtual void UnpredictableA32(uint32_t /*instr*/) { return Unpredictable(); } in UnpredictableA32()

Completed in 39 milliseconds