/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LazyValueInfo.h | 61 enum Tristate { Unknown = -1, False = 0, True = 1 }; global() enumerator
|
H A D | InstSimplifyFolder.h | 84 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect() argument
|
H A D | TargetFolder.h | 134 auto *FC = dyn_cast<Constant>(False); in FoldSelect() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | Arena.h | 147 const Formula &True, &False; variable
|
/freebsd-src/sbin/adjkerntz/ |
H A D | adjkerntz.c | 54 #define False (0) macro
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | NoFolder.h | 82 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect() argument
|
H A D | ConstantFolder.h | 124 auto *FC = dyn_cast<Constant>(False); in FoldSelect() argument
|
H A D | IRBuilder.h | 1123 CreateCondBr(Value * Cond,BasicBlock * True,BasicBlock * False,Instruction * MDSrc) CreateCondBr() argument
|
/freebsd-src/contrib/libarchive/libarchive/ |
H A D | archive_ppmd_private.h | 56 #define False 0 macro
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprClassification.cpp | 608 ClassifyConditional(ASTContext & Ctx,const Expr * True,const Expr * False) ClassifyConditional() argument
|
/freebsd-src/contrib/bzip2/ |
H A D | bzip2recover.c | 57 #define False ((Bool)0) macro
|
H A D | bzip2.c | 170 #define False ((Bool)0) macro
|
H A D | bzlib_private.h | 50 #define False ((Bool)0) macro
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroElide.cpp | 153 auto *False = ConstantInt::getFalse(C); elideHeapAllocations() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPostLegalizerCombiner.cpp | 70 Register False; global() member
|
H A D | R600ISelLowering.cpp | 808 SDValue False = Op.getOperand(3); LowerSELECT_CC() local 1853 SDValue False = N->getOperand(3); PerformDAGCombine() local [all...] |
H A D | AMDGPUISelLowering.cpp | 1556 combineFMinMaxLegacyImpl(const SDLoc & DL,EVT VT,SDValue LHS,SDValue RHS,SDValue True,SDValue False,SDValue CC,DAGCombinerInfo & DCI) const combineFMinMaxLegacyImpl() argument 1625 combineFMinMaxLegacy(const SDLoc & DL,EVT VT,SDValue LHS,SDValue RHS,SDValue True,SDValue False,SDValue CC,DAGCombinerInfo & DCI) const combineFMinMaxLegacy() argument 4581 SDValue False = N->getOperand(2); performSelectCombine() local [all...] |
H A D | AMDGPURegisterBankInfo.cpp | 143 auto False = B.buildConstant(S32, 0); in applyBank() local 2768 auto False = B.buildConstant(SelType, 0); applyMappingImpl() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 2796 SDValue False = N->getOperand(2); combineSelect() local 2838 SDValue False = N->getOperand(3); combineSelectCC() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 660 createCMovFP(SelectionDAG & DAG,SDValue Cond,SDValue True,SDValue False,const SDLoc & DL) createCMovFP() argument 681 SDValue False = N->getOperand(2); performSELECTCombine() local 2076 SDValue False = DAG.getConstant(0, DL, MVT::i32); lowerSETCC() local [all...] |
/freebsd-src/contrib/one-true-awk/ |
H A D | run.c | 85 Cell *False = &falsecell; variable [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 72 Value *False = EvaluateInDifferentType(I->getOperand(2), Ty, isSigned); in EvaluateInDifferentType() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 1108 CreateSelect(Value * C,Value * True,Value * False,const Twine & Name,Instruction * MDFrom) CreateSelect() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 2647 True, False, Ambiguous, Error global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 6356 Register False = Select->getFalseReg(); tryFoldSelectOfConstants() local 6485 Register False = Select->getFalseReg(); tryFoldBoolSelectToLogic() local 6561 Register False = Select->getFalseReg(); tryFoldSelectToIntMinMax() local [all...] |