Home
last modified time | relevance | path

Searched defs:False (Results 1 – 25 of 42) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h61 enum Tristate { Unknown = -1, False = 0, True = 1 }; global() enumerator
H A DInstSimplifyFolder.h84 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect() argument
H A DTargetFolder.h134 auto *FC = dyn_cast<Constant>(False); in FoldSelect() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DArena.h147 const Formula &True, &False; variable
/freebsd-src/sbin/adjkerntz/
H A Dadjkerntz.c54 #define False (0) macro
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DNoFolder.h82 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect() argument
H A DConstantFolder.h124 auto *FC = dyn_cast<Constant>(False); in FoldSelect() argument
H A DIRBuilder.h1123 CreateCondBr(Value * Cond,BasicBlock * True,BasicBlock * False,Instruction * MDSrc) CreateCondBr() argument
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h56 #define False 0 macro
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp608 ClassifyConditional(ASTContext & Ctx,const Expr * True,const Expr * False) ClassifyConditional() argument
/freebsd-src/contrib/bzip2/
H A Dbzip2recover.c57 #define False ((Bool)0) macro
H A Dbzip2.c170 #define False ((Bool)0) macro
H A Dbzlib_private.h50 #define False ((Bool)0) macro
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp153 auto *False = ConstantInt::getFalse(C); elideHeapAllocations() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPostLegalizerCombiner.cpp70 Register False; global() member
H A DR600ISelLowering.cpp808 SDValue False = Op.getOperand(3); LowerSELECT_CC() local
1853 SDValue False = N->getOperand(3); PerformDAGCombine() local
[all...]
H A DAMDGPUISelLowering.cpp1556 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 DAMDGPURegisterBankInfo.cpp143 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 DVEISelLowering.cpp2796 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 DMipsISelLowering.cpp660 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 Drun.c85 Cell *False = &falsecell; variable
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp72 Value *False = EvaluateInDifferentType(I->getOperand(2), Ty, isSigned); in EvaluateInDifferentType() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1108 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 DParser.h2647 True, False, Ambiguous, Error global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6356 Register False = Select->getFalseReg(); tryFoldSelectOfConstants() local
6485 Register False = Select->getFalseReg(); tryFoldBoolSelectToLogic() local
6561 Register False = Select->getFalseReg(); tryFoldSelectToIntMinMax() local
[all...]

12