Home
last modified time | relevance | path

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

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