| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FatLTOCleanup.cpp | 81 ConstantInt *True = ConstantInt::getTrue(M.getContext()); in cleanUpTypeCheckedLoad() local
|
| H A D | WholeProgramDevirt.cpp | 900 auto *True = ConstantInt::getTrue(M.getContext()); in updatePublicTypeTestCalls() local 2273 auto True = ConstantInt::getTrue(M.getContext()); in removeRedundantTypeTests() local
|
| /freebsd/sbin/adjkerntz/ |
| H A D | adjkerntz.c | 53 #define True (1) macro
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVVectorPeephole.cpp | 422 MachineInstr *True = MRI->getVRegDef(MI.getOperand(3).getReg()); in convertSameMaskVMergeToVMv() local 726 MachineInstr &True = *MRI->getUniqueVRegDef(TrueReg); in foldVMergeToMask() local
|
| H A D | RISCVCodeGenPrepare.cpp | 141 Value *Mask, *True, *PhiV, *EVL; in widenVPMerge() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURegBankLegalizeHelper.cpp | 143 auto True = B.buildConstant({VgprRB, Ty}, TrueExtCst); in lowerVccExtToSel() local 147 auto True = B.buildConstant({VgprRB_S32}, TrueExtCst); in lowerVccExtToSel() local 399 auto True = B.buildConstant({SgprRB, Ty}, in lower() local
|
| H A D | AMDGPUPostLegalizerCombiner.cpp | 170 Register True = MI.getOperand(2).getReg(); in matchFMinFMaxLegacy() local
|
| H A D | R600ISelLowering.cpp | 809 SDValue True = Op.getOperand(2); in LowerSELECT_CC() local 1855 SDValue True = N->getOperand(2); in PerformDAGCombine() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | NoFolder.h | 83 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect()
|
| H A D | ConstantFolder.h | 122 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect()
|
| H A D | IRBuilder.h | 1211 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 | 86 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect()
|
| H A D | TargetFolder.h | 132 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprClassification.cpp | 636 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/Transforms/Utils/ |
| H A D | IntegerDivision.cpp | 156 ConstantInt *True = Builder.getTrue(); in generateUnsignedDivisionCode() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelperCasts.cpp | 224 auto True = B.buildInstr(Cast->getOpcode(), {DstTy}, {TrueReg}); in matchCastOfSelect() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ExpandFp.cpp | 365 ConstantInt *True = Builder.getTrue(); in expandIToFP() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUMCExpr.cpp | 337 const APInt True(BitWidth, 1); in fromOptionalToKnownBits() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 684 static SDValue createCMovFP(SelectionDAG &DAG, SDValue Cond, SDValue True, in createCMovFP() 728 SDValue True = N->getOperand(1); in performSELECTCombine() local 739 SDValue True = N->getOperand(1); in performSELECTCombine() local 2224 SDValue True = DAG.getConstant(1, DL, MVT::i32); in lowerSETCC() local
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 1017 Value *IRBuilderBase::CreateSelect(Value *C, Value *True, Value *False, in CreateSelect() 1022 Value *IRBuilderBase::CreateSelectFMF(Value *C, Value *True, Value *False, in CreateSelectFMF()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 2777 SDValue True = N->getOperand(1); in combineSelect() local 2819 SDValue True = N->getOperand(2); in combineSelectCC() local
|