Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DAnalysis.h71 ISD::CondCode getFCmpCondCode(FCmpInst::Predicate Pred);
/external/llvm/include/llvm/CodeGen/
DAnalysis.h89 ISD::CondCode getFCmpCondCode(FCmpInst::Predicate Pred);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DAnalysis.h89 ISD::CondCode getFCmpCondCode(FCmpInst::Predicate Pred);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAnalysis.cpp151 ISD::CondCode llvm::getFCmpCondCode(FCmpInst::Predicate Pred) { in getFCmpCondCode() function in llvm
/external/llvm/lib/CodeGen/
DAnalysis.cpp162 ISD::CondCode llvm::getFCmpCondCode(FCmpInst::Predicate Pred) { in getFCmpCondCode() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAnalysis.cpp161 ISD::CondCode llvm::getFCmpCondCode(FCmpInst::Predicate Pred) { in getFCmpCondCode() function in llvm
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1338 Condition = getFCmpCondCode(FC->getPredicate()); in EmitBranchForMergedCondition()
2628 ISD::CondCode Condition = getFCmpCondCode(predicate); in visitFCmp()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1639 Condition = getFCmpCondCode(FC->getPredicate()); in EmitBranchForMergedCondition()
2720 ISD::CondCode Condition = getFCmpCondCode(predicate); in visitFCmp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1791 Condition = getFCmpCondCode(Pred); in EmitBranchForMergedCondition()
2901 ISD::CondCode Condition = getFCmpCondCode(predicate); in visitFCmp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp5018 ISD::CondCode CCOpcode = getFCmpCondCode(IcInput); in LowerINTRINSIC_WO_CHAIN()