/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 FoldSelect(Value * C,Value * True,Value * False) 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 | 53 #define True (1) 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 FoldSelect(Value * C,Value * True,Value * False) 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 | 55 #define True 1 macro
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprClassification.cpp | 607 ClassifyConditional(ASTContext & Ctx,const Expr * True,const Expr * False) ClassifyConditional() argument
|
/freebsd-src/contrib/bzip2/ |
H A D | bzip2recover.c | 56 #define True ((Bool)1) macro
|
H A D | bzip2.c | 169 #define True ((Bool)1) macro
|
H A D | bzlib_private.h | 49 #define True ((Bool)1) macro
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPostLegalizerCombiner.cpp | 69 Register True; global() member
|
H A D | R600ISelLowering.cpp | 807 SDValue True = Op.getOperand(2); LowerSELECT_CC() local 1852 SDValue True = N->getOperand(2); PerformDAGCombine() local [all...] |
H A D | AMDGPUISelLowering.cpp | 1555 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 4580 SDValue True = N->getOperand(1); performSelectCombine() local [all...] |
H A D | AMDGPURegisterBankInfo.cpp | 142 auto True = B.buildConstant(S32, Opc == AMDGPU::G_SEXT ? -1 : 1); in applyBank() local 2767 auto True = B.buildConstant(SelType, Signed ? -1 : 1); applyMappingImpl() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | IntegerDivision.cpp | 156 ConstantInt *True = Builder.getTrue(); in generateUnsignedDivisionCode() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandLargeFpConvert.cpp | 357 ConstantInt *True = Builder.getTrue(); expandIToFP() local
|
H A D | RDFGraph.cpp | 521 static auto True = [](Node) -> bool { return true; }; in members() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 659 createCMovFP(SelectionDAG & DAG,SDValue Cond,SDValue True,SDValue False,const SDLoc & DL) createCMovFP() argument 703 SDValue True = N->getOperand(1); performSELECTCombine() local 714 SDValue True = N->getOperand(1); performSELECTCombine() local 2075 SDValue True = DAG.getConstant(1, DL, MVT::i32); lowerSETCC() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 869 auto *True = ConstantInt::getTrue(M.getContext()); in updatePublicTypeTestCalls() local 2199 auto True = ConstantInt::getTrue(M.getContext()); removeRedundantTypeTests() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 2795 SDValue True = N->getOperand(1); combineSelect() local 2837 SDValue True = N->getOperand(2); combineSelectCC() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 1458 auto True = Builder.buildConstant( applyOptBrCondByInvertingCond() local 6355 Register True = Select->getTrueReg(); tryFoldSelectOfConstants() local 6484 Register True = Select->getTrueReg(); tryFoldBoolSelectToLogic() local 6560 Register True = Select->getTrueReg(); tryFoldSelectToIntMinMax() local [all...] |
/freebsd-src/contrib/one-true-awk/ |
H A D | run.c | 83 Cell *True = &truecell; variable [all...] |