Home
last modified time | relevance | path

Searched defs:True (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFatLTOCleanup.cpp81 ConstantInt *True = ConstantInt::getTrue(M.getContext()); in cleanUpTypeCheckedLoad() local
H A DWholeProgramDevirt.cpp900 auto *True = ConstantInt::getTrue(M.getContext()); in updatePublicTypeTestCalls() local
2273 auto True = ConstantInt::getTrue(M.getContext()); in removeRedundantTypeTests() local
/freebsd/sbin/adjkerntz/
H A Dadjkerntz.c53 #define True (1) macro
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVVectorPeephole.cpp422 MachineInstr *True = MRI->getVRegDef(MI.getOperand(3).getReg()); in convertSameMaskVMergeToVMv() local
726 MachineInstr &True = *MRI->getUniqueVRegDef(TrueReg); in foldVMergeToMask() local
H A DRISCVCodeGenPrepare.cpp141 Value *Mask, *True, *PhiV, *EVL; in widenVPMerge() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankLegalizeHelper.cpp143 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 DAMDGPUPostLegalizerCombiner.cpp170 Register True = MI.getOperand(2).getReg(); in matchFMinFMaxLegacy() local
H A DR600ISelLowering.cpp809 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 DNoFolder.h83 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect()
H A DConstantFolder.h122 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect()
H A DIRBuilder.h1211 BranchInst *CreateCondBr(Value *Cond, BasicBlock *True, BasicBlock *False, in CreateCondBr()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h55 #define True 1 macro
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h86 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect()
H A DTargetFolder.h132 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp636 static Cl::Kinds ClassifyConditional(ASTContext &Ctx, const Expr *True, in ClassifyConditional()
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp156 ConstantInt *True = Builder.getTrue(); in generateUnsignedDivisionCode() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelperCasts.cpp224 auto True = B.buildInstr(Cast->getOpcode(), {DstTy}, {TrueReg}); in matchCastOfSelect() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandFp.cpp365 ConstantInt *True = Builder.getTrue(); in expandIToFP() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCExpr.cpp337 const APInt True(BitWidth, 1); in fromOptionalToKnownBits() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp684 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 DIRBuilder.cpp1017 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 DVEISelLowering.cpp2777 SDValue True = N->getOperand(1); in combineSelect() local
2819 SDValue True = N->getOperand(2); in combineSelectCC() local

123