Searched defs:True (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-12-stable/contrib/bmake/unit-tests/
H A Dvarmisc.mk11 True = ${echo true >&2:L:sh}TRUE macro
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h63 Unknown = -1, False = 0, True = 1 enumerator in enum:llvm::LazyValueInfo::Tristate
H A DTargetFolder.h241 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const { argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp574 static Cl::Kinds ClassifyConditional(ASTContext &Ctx, const Expr *True, argument
/freebsd-12-stable/sbin/adjkerntz/
H A Dadjkerntz.c63 #define True (1) macro
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h249 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const { argument
H A DNoFolder.h313 CreateSelect(Constant *C, Constant *True, Constant *False) const argument
H A DIRBuilder.h977 BranchInst *CreateCondBr(Value *Cond, BasicBlock *True, BasicBlock *False, argument
986 BranchInst *CreateCondBr(Value *Cond, BasicBlock *True, BasicBlock *False, argument
2498 Value *CreateSelect(Value *C, Value *True, Value *False, argument
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h55 #define True 1 macro
/freebsd-12-stable/contrib/bzip2/
H A Dbzip2recover.c56 #define True ((Bool)1) macro
H A Dbzip2.c169 #define True ((Bool)1) macro
[all...]
H A Dbzlib_private.h49 #define True ((Bool)1) macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp178 ConstantInt *True = Builder.getTrue(); local
/freebsd-12-stable/contrib/one-true-awk/
H A Drun.c78 Cell *True = &truecell; variable
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp528 static auto True = [] (NodeAddr<NodeBase*>) -> bool { return true; }; local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1025 SDValue getSelectCC(const SDLoc &DL, SDValue LHS, SDValue RHS, SDValue True, argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp948 SDValue True = Op.getOperand(2); local
1976 SDValue True = N->getOperand(2); local
[all...]
H A DAMDGPURegisterBankInfo.cpp79 auto True = B.buildConstant(S32, Opc == AMDGPU::G_SEXT ? -1 : 1); local
1828 auto True = B.buildConstant(SelType, Signed ? -1 : 1); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1019 SDValue True = DAG.getNode(HexagonISD::VSPLAT, dl, ResTy, local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1477 Constant *True = ConstantInt::getTrue(V->getContext()); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1766 auto True = ConstantInt::getTrue(M.getContext()); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp633 auto True = MIB.buildConstant(i1Ty, 1); local
H A DLegalizerHelper.cpp3902 auto True = MIRBuilder.buildFConstant(DstTy, 1.0); local
3935 auto True = MIRBuilder.buildFConstant(DstTy, -1.0); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp208 Value *True = EvaluateInDifferentType(I->getOperand(1), Ty, isSigned); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp665 static SDValue createCMovFP(SelectionDAG &DAG, SDValue Cond, SDValue True, argument
709 SDValue True = N->getOperand(1); local
720 SDValue True = N->getOperand(1); local
2064 SDValue True = DAG.getConstant(1, DL, MVT::i32); local
[all...]

Completed in 476 milliseconds

12