/freebsd/sbin/adjkerntz/ |
H A D | adjkerntz.c | 53 #define True (1) 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 | 55 #define True 1 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 | 620 static Cl::Kinds ClassifyConditional(ASTContext &Ctx, const Expr *True, in ClassifyConditional()
|
/freebsd/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/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/Utils/ |
H A D | IntegerDivision.cpp | 156 ConstantInt *True = Builder.getTrue(); in generateUnsignedDivisionCode() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPostLegalizerCombiner.cpp | 170 Register True = MI.getOperand(2).getReg(); in matchFMinFMaxLegacy() local
|
H A D | R600ISelLowering.cpp | 805 SDValue True = Op.getOperand(2); in LowerSELECT_CC() local 1850 SDValue True = N->getOperand(2); in PerformDAGCombine() local
|
H A D | AMDGPULowerBufferFatPointers.cpp | 1497 Value *True = SI.getTrueValue(); in visitSelectInst() local
|
H A D | AMDGPUISelLowering.cpp | 1596 const SDLoc &DL, EVT VT, SDValue LHS, SDValue RHS, SDValue True, in combineFMinMaxLegacyImpl() 1666 SDValue True, SDValue False, in combineFMinMaxLegacy() 4634 SDValue True = N->getOperand(1); in performSelectCombine() local
|
H A D | AMDGPURegisterBankInfo.cpp | 142 auto True = B.buildConstant(S32, Opc == AMDGPU::G_SEXT ? -1 : 1); in applyBank() local 2766 auto True = B.buildConstant(SelType, Signed ? -1 : 1); in applyMappingImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandLargeFpConvert.cpp | 360 ConstantInt *True = Builder.getTrue(); in expandIToFP() local
|
H A D | RDFGraph.cpp | 521 static auto True = [](Node) -> bool { return true; }; in members() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 675 static SDValue createCMovFP(SelectionDAG &DAG, SDValue Cond, SDValue True, in createCMovFP() 719 SDValue True = N->getOperand(1); in performSELECTCombine() local 730 SDValue True = N->getOperand(1); in performSELECTCombine() local 2091 SDValue True = DAG.getConstant(1, DL, MVT::i32); in lowerSETCC() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 869 auto *True = ConstantInt::getTrue(M.getContext()); in updatePublicTypeTestCalls() local 2191 auto True = ConstantInt::getTrue(M.getContext()); in removeRedundantTypeTests() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 2793 SDValue True = N->getOperand(1); in combineSelect() local 2835 SDValue True = N->getOperand(2); in combineSelectCC() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 1614 auto True = Builder.buildConstant( in applyOptBrCondByInvertingCond() local 6685 Register True = Select->getTrueReg(); in tryFoldSelectOfConstants() local 6817 Register True = Select->getTrueReg(); in tryFoldBoolSelectToLogic() local 6899 Register True = Select->getTrueReg(); in matchSelectIMinMax() local 7199 auto True = in tryFoldLogicOfFCmps() local
|
/freebsd/contrib/one-true-awk/ |
H A D | run.c | 84 Cell *True = &truecell; variable
|