Home
last modified time | relevance | path

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

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