Searched refs:BOU_FALSE (Results 1 - 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLLVMTargetMachine.cpp100 case cl::BOU_FALSE: return false;
379 (OptLevel == CodeGenOpt::None && EnableFastISelOption != cl::BOU_FALSE))
H A DBranchFolding.cpp94 case cl::BOU_FALSE: EnableTailMerge = false; break;
/external/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp157 TM->setO0WantsFastISel(EnableFastISelOption != cl::BOU_FALSE);
H A DShrinkWrap.cpp552 case cl::BOU_FALSE:
H A DTargetPassConfig.cpp710 case cl::BOU_FALSE: return false;
H A DBranchFolding.cpp119 case cl::BOU_FALSE: EnableTailMerge = false; break;
/external/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp379 if (UseColor == cl::BOU_FALSE)
/external/swiftshader/third_party/LLVM/lib/Support/
H A DCommandLine.cpp983 Value = BOU_FALSE;
/external/llvm/include/llvm/Support/
H A DCommandLine.h521 enum boolOrDefault { BOU_UNSET, BOU_TRUE, BOU_FALSE }; enumerator in enum:llvm::boolOrDefault
/external/llvm/lib/Support/
H A DCommandLine.cpp1462 Value = BOU_FALSE;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCommandLine.h405 enum boolOrDefault { BOU_UNSET, BOU_TRUE, BOU_FALSE }; enumerator in enum:llvm::cl::boolOrDefault
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCommandLine.h541 enum boolOrDefault { BOU_UNSET, BOU_TRUE, BOU_FALSE }; enumerator in enum:llvm::boolOrDefault
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DCommandLine.cpp1487 Value = BOU_FALSE;

Completed in 250 milliseconds