Home
last modified time | relevance | path

Searched refs:isCondBr (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/CodeGen/
DIfConversion.cpp716 bool isCondBr = BBI.IsBrAnalyzable && MI.isConditionalBranch(); in ScanInstructions() local
719 if (isCondBr) in ScanInstructions()
/external/llvm-project/llvm/lib/CodeGen/
DIfConversion.cpp1111 bool isCondBr = BBI.IsBrAnalyzable && MI.isConditionalBranch(); in ScanInstructions() local
1119 if (isCondBr) in ScanInstructions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIfConversion.cpp1111 bool isCondBr = BBI.IsBrAnalyzable && MI.isConditionalBranch(); in ScanInstructions() local
1119 if (isCondBr) in ScanInstructions()
/external/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp405 bool isCondBr() const { return Kind == Expression || in isCondBr() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp388 bool isCondBr() const { return Kind == Expression || in isCondBr() function
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp531 bool isCondBr() const { return Kind == Expression || in isCondBr() function
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td609 let Name = "CondBr"; let PredicateMethod = "isCondBr";
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td744 let Name = "CondBr"; let PredicateMethod = "isCondBr";
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td867 let Name = "CondBr"; let PredicateMethod = "isCondBr";
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenAsmMatcher.inc3382 DiagnosticPredicate DP(Operand.isCondBr());