Home
last modified time | relevance | path

Searched defs:Unpredictable (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h116 Unpredictable = 1 << 16, // Instruction with unpredictable condition. enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h116 enum Unpredictable { Unpredictable_WBOVERLAP, Unpredictable_LDPOVERLAP }; enum
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h1085 InstTy *addBranchMetadata(InstTy *I, MDNode *Weights, MDNode *Unpredictable) { in addBranchMetadata()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2033 llvm::MDNode *Unpredictable = nullptr; in EmitBranchOnBoolExpr() local