/freebsd/sbin/adjkerntz/ |
H A D | adjkerntz.c | 54 #define False (0) macro
|
/freebsd/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()
|
H A D | ConstantFolder.h | 121 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect()
|
H A D | IRBuilder.h | 1134 BranchInst *CreateCondBr(Value *Cond, BasicBlock *True, BasicBlock *False, in CreateCondBr()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_ppmd_private.h | 56 #define False 0 macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InstSimplifyFolder.h | 84 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect()
|
H A D | TargetFolder.h | 131 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprClassification.cpp | 621 const Expr *False) { in ClassifyConditional()
|
/freebsd/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/contrib/llvm-project/llvm/lib/SandboxIR/ |
H A D | SandboxIR.cpp | 458 Value *SelectInst::createCommon(Value *Cond, Value *True, Value *False, in createCommon() 469 Value *SelectInst::create(Value *Cond, Value *True, Value *False, in create() 478 Value *SelectInst::create(Value *Cond, Value *True, Value *False, in create()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroElide.cpp | 229 auto *False = ConstantInt::getFalse(C); in elideHeapAllocations() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPostLegalizerCombiner.cpp | 171 Register False = MI.getOperand(3).getReg(); in matchFMinFMaxLegacy() local
|
H A D | R600ISelLowering.cpp | 806 SDValue False = Op.getOperand(3); in LowerSELECT_CC() local 1851 SDValue False = N->getOperand(3); in PerformDAGCombine() local
|
H A D | AMDGPULowerBufferFatPointers.cpp | 1498 Value *False = SI.getFalseValue(); in visitSelectInst() local
|
H A D | AMDGPUISelLowering.cpp | 1597 SDValue False, SDValue CC, DAGCombinerInfo &DCI) const { in combineFMinMaxLegacyImpl() 1666 SDValue True, SDValue False, in combineFMinMaxLegacy() 4635 SDValue False = N->getOperand(2); in performSelectCombine() local
|
H A D | AMDGPURegisterBankInfo.cpp | 143 auto False = B.buildConstant(S32, 0); in applyBank() local 2767 auto False = B.buildConstant(SelType, 0); in applyMappingImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 2794 SDValue False = N->getOperand(2); in combineSelect() local 2836 SDValue False = N->getOperand(3); in combineSelectCC() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 676 SDValue False, const SDLoc &DL) { in createCMovFP() 697 SDValue False = N->getOperand(2); in performSELECTCombine() local 2092 SDValue False = DAG.getConstant(0, DL, MVT::i32); in lowerSETCC() local
|
/freebsd/contrib/one-true-awk/ |
H A D | run.c | 86 Cell *False = &falsecell; variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 6686 Register False = Select->getFalseReg(); in tryFoldSelectOfConstants() local 6818 Register False = Select->getFalseReg(); in tryFoldBoolSelectToLogic() local 6900 Register False = Select->getFalseReg(); in matchSelectIMinMax() local 7195 auto False = B.buildConstant(CmpTy, 0); in tryFoldLogicOfFCmps() local
|
/freebsd/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/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 1091 Value *IRBuilderBase::CreateSelect(Value *C, Value *True, Value *False, in CreateSelect()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 2711 True, False, Ambiguous, Error enumerator
|