Home
last modified time | relevance | path

Searched defs:True (Results 1 – 25 of 48) 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 FoldSelect(Value * C,Value * True,Value * False) 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.c53 #define True (1) 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 FoldSelect(Value * C,Value * True,Value * False) 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.h55 #define True 1 macro
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp607 ClassifyConditional(ASTContext & Ctx,const Expr * True,const Expr * False) ClassifyConditional() argument
/freebsd-src/contrib/bzip2/
H A Dbzip2recover.c56 #define True ((Bool)1) macro
H A Dbzip2.c169 #define True ((Bool)1) macro
H A Dbzlib_private.h49 #define True ((Bool)1) macro
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPostLegalizerCombiner.cpp69 Register True; global() member
H A DR600ISelLowering.cpp807 SDValue True = Op.getOperand(2); LowerSELECT_CC() local
1852 SDValue True = N->getOperand(2); PerformDAGCombine() local
[all...]
H A DAMDGPUISelLowering.cpp1555 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 DAMDGPURegisterBankInfo.cpp142 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 DIntegerDivision.cpp156 ConstantInt *True = Builder.getTrue(); in generateUnsignedDivisionCode() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp357 ConstantInt *True = Builder.getTrue(); expandIToFP() local
H A DRDFGraph.cpp521 static auto True = [](Node) -> bool { return true; }; in members() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp659 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 DWholeProgramDevirt.cpp869 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 DVEISelLowering.cpp2795 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 DCombinerHelper.cpp1458 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 Drun.c83 Cell *True = &truecell; variable
[all...]

12