| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| LazyValueInfo.h | 59 /// This is used to return true/false/dunno results. 61 Unknown = -1, False = 0, True = 1 67 /// to be true or false on the specified CFG edge. 74 /// to be true or false at the specified instruction. 75 /// \p Pred is a CmpInst predicate. If \p UseBlockValue is true, the block 80 /// Determine whether the specified value comparison is known to be true 84 /// If \p UseBlockValue is true, the block value is also taken into account. 96 bool UndefAllowed = true);
|
| /src/usr.bin/make/unit-tests/ |
| varmisc.mk | 15 True= ${echo true >&2:L:sh}TRUE 31 @echo ${UNDEF:U${True}} 35 @echo ${VSET:D${True}} 38 @echo :? only lhs when value true 39 @echo ${1:L:?${True}:${False}} 43 @echo ${0:L:?${True}:${False}} 47 @echo ${VSET:U${1:L:?${True}:${False}}} 64 SD_VALUES= 0 1 2 False True false true Yes No yes no On Off ON OFF on of [all...] |
| /src/usr.sbin/ypserv/ypserv/ |
| ypserv_proc.c | 60 static const char *True = "TRUE"; 62 #define TORF(x) (x) ? True : False 106 result = TRUE; 132 result = TRUE; 288 const char *optdbstr = True;
|
| /src/external/bsd/nvi/dist/motif_l/ |
| m_func.c | 202 True /* no exposures */
|
| xtabbed.c | 568 return True;\ 1087 return TRUE; 1120 /* compres_motion */ True , 1122 /* compress_enterleave */ True , 1233 sizeof(CompositeClassExtensionRec), True}; 1319 redraw = TRUE; 1323 redraw = TRUE; 1328 resize_labels = TRUE; 1342 resize_labels = TRUE; 1350 resize_labels = TRUE; [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| AMDGPUPostLegalizerCombiner.cpp | 46 Register True; 90 Info.True = MI.getOperand(2).getReg(); 93 if (!(Info.LHS == Info.True && Info.RHS == Info.False) && 94 !(Info.LHS == Info.False && Info.RHS == Info.True)) 108 return true; 122 if (Info.LHS == Info.True) 132 if (Info.LHS == Info.True) 140 if (Info.LHS == Info.True) 148 if (Info.LHS == Info.True) 289 : CombinerInfo(/*AllowIllegalOps*/ false, /*ShouldLegalizeIllegal*/ true, [all...] |
| R600ISelLowering.cpp | 226 setHasExtractBitsInsn(true); 403 bool isLastInstructionOfItsType = true; 858 SDValue True = Op.getOperand(2); 864 DAGCombinerInfo DCI(DAG, AfterLegalizeVectorOps, true, nullptr); 865 SDValue MinMax = combineFMinMaxLegacy(DL, VT, LHS, RHS, True, False, CC, DCI); 884 // Move hardware True/False values to the correct operand. 885 if (isHWTrueValue(False) && isHWFalseValue(True)) { 889 std::swap(False, True); 894 std::swap(False, True); 901 if (isHWTrueValue(True) && isHWFalseValue(False) & [all...] |
| AMDGPURegisterBankInfo.cpp | 15 /// strategies to deal with. There are two main true physical register banks 134 auto True = B.buildConstant(S32, Opc == AMDGPU::G_SEXT ? -1 : 1); 136 B.buildSelect(DstReg, SrcReg, True, False); 137 MRI.setRegBank(True.getReg(0), *NewBank); 1036 return true; 1041 // SGPROperandRegs. Returns true if there are any operands to handle and a 1205 return true; 1241 return true; 1288 return true; 1315 return true; [all...] |
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_ppmd_private.h | 55 #define True 1
|
| /src/external/bsd/bzip2/dist/ |
| bzip2recover.c | 59 #define True ((Bool)1) 383 while (True) { 454 while (True) {
|
| bzip2.c | 171 #define True ((Bool)1) 324 if (c == EOF) return True; 353 while (True) { 455 while (True) { 505 return True; 510 while (True) { 544 return True; 551 return True; /*notreached*/ 573 while (True) { 605 return True; [all...] |
| bzlib_private.h | 51 #define True ((Bool)1) 448 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \ 455 if (c_tPos >= (UInt32)100000 * (UInt32)ro_blockSize100k) return True; \ 479 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| IntegerDivision.cpp | 178 ConstantInt *True = Builder.getTrue(); 241 // ; %tmp0 = tail call i32 @llvm.ctlz.i32(i32 %divisor, i1 true) 242 // ; %tmp1 = tail call i32 @llvm.ctlz.i32(i32 %dividend, i1 true) 254 Value *Tmp0 = Builder.CreateCall(CTLZ, {Divisor, True}); 255 Value *Tmp1 = Builder.CreateCall(CTLZ, {Dividend, True}); 402 return true; 422 return true; 461 return true; 475 return true;
|
| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| bzlib_private.h | 51 #define True ((Bool)1) 452 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \ 459 if (c_tPos >= (UInt32)100000 * (UInt32)ro_blockSize100k) return True; \ 483 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
|
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| llvm.ml | 174 | True 1112 -> true
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| RDFGraph.cpp | 358 return true; 528 static auto True = [] (NodeAddr<NodeBase*>) -> bool { return true; }; 529 return members_if(True, G); 608 return true; 612 return true; 620 return true; 625 return true; 643 return true; 1160 return true; [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonVectorCombine.cpp | 592 return true; 601 LoadGroups.emplace_back(Info, Group.front().Inst, isHvx(Info), true); 632 return true; 782 auto *True = HVC.getFullValue(HVC.getBoolTy(ScLen)); 788 Value *Load = createAlignedLoad(Builder, SecTy, Ptr, ScLen, True, Undef); 890 return true; 1225 if (HST.isTypeForHVX(Ty, /*IncludeBool*/ true)) { 1243 if (HST.isTypeForHVX(SrcTy, /*IncludeBool*/ true)) { 1272 assert(HST.isTypeForHVX(CallTy, /*IncludeBool*/ true)); 1397 return true; [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| WholeProgramDevirt.cpp | 185 return true; 416 /// in summaries, have been devirtualized. This starts off as true because a 418 bool AllCallSitesDevirted = true; 449 SummaryHasTypeTestAssumeUsers = true; 454 AllCallSitesDevirted = true; 528 // true. 633 // eliminate the associated type tests by replacing them with true. 690 WholeProgramDevirt() : ModulePass(ID), UseCommandLine(true) { 1022 LocalFound = true; 1096 IsExported = true; [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| GVN.cpp | 110 static cl::opt<bool> GVNEnablePRE("enable-pre", cl::init(true), cl::Hidden); 111 static cl::opt<bool> GVNEnableLoadPRE("enable-load-pre", cl::init(true)); 113 cl::init(true)); 116 cl::init(true)); 117 static cl::opt<bool> GVNEnableMemDep("enable-gvn-memdep", cl::init(true)); 142 return true; 147 return true; 312 e.commutative = true; 323 e.commutative = true; 350 e.commutative = true; 1212 MSSAU->insertUse(cast<MemoryUse>(NewAccess), \/*RenameUses=*\/true); local [all...] |
| /src/external/historical/nawk/dist/ |
| run.c | 87 Cell *True = &truecell; 156 return(True); 195 return(True); 201 while (getrec(&record, &recsize, true) > 0) { 217 return(True); 445 n = getrec(&record, &recsize, true); 537 return True; 549 return True; 573 return(True); 837 x = True; [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| InstCombineCasts.cpp | 156 Offset, true); 179 /// true for, actually insert the code to evaluate the expression. 224 Value *True = EvaluateInDifferentType(I->getOperand(1), Ty, isSigned); 226 Res = SelectInst::Create(I->getOperand(0), True, False); 329 return true; 333 return true; 343 return true; 347 return true; 352 /// Return true if we can evaluate the specified expression tree as type Ty 356 /// Ty will always be a type smaller than V. We should return true if trunc(V [all...] |
| InstructionCombining.cpp | 140 cl::init(true)); 165 cl::Hidden, cl::init(true)); 205 /// Return true if it is desirable to convert an integer computation from a 222 return true; 234 return true; 237 /// Return true if it is desirable to convert a computation from 'From' to 'To'. 253 // Return true, if No Signed Wrap should be maintained for I. 346 return true; 407 I.setHasNoUnsignedWrap(true); 410 I.setHasNoSignedWrap(true); [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| MipsISelLowering.cpp | 98 // mask (Pos), and return true. 106 return true; 549 // Disable if either of the following is true: 628 /// This function returns true if the floating point conditional branches and 637 return true; 664 static SDValue createCMovFP(SelectionDAG &DAG, SDValue Cond, SDValue True, 671 True.getValueType(), True, FCC0, False, Cond); 708 SDValue True = N->getOperand(1); 714 return DAG.getNode(ISD::SELECT, DL, FalseTy, SetCC, False, True); [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
| Parser.h | 217 /// true except when we are parsing an expression within a C++ 231 /// When true, we are directly inside an Objective-C message 238 /// Gets set to true after calling ProduceSignatureHelp, it is for a 390 /// True if we are within an Objective-C container while parsing C-like decls. 467 /// ParseTopLevelDecl - Parse one top-level declaration. Returns true if 495 return true; 502 return true; 541 /// isTokenParen - Return true if the cur token is '(' or ')'. 545 /// isTokenBracket - Return true if the cur token is '[' or ']'. 549 /// isTokenBrace - Return true if the cur token is '{' or '}' [all...] |
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGExpr.cpp | 100 Ty->getPointerTo(DestAddrSpace), /*non-null*/ true); 204 return (void) EmitAnyExpr(E, AggValueSlot::ignored(), true); 405 CGF.CGM.isTypeConstant(Ty, true)) 409 CGF.CGM.getModule(), Init->getType(), /*isConstant=*/true, 523 EmitAnyExprToMem(E, Object, Qualifiers(), /*IsInit*/true); 576 EmitAnyExprToMem(E, Object, Qualifiers(), /*IsInit*/true); 705 llvm::Value *True = llvm::ConstantInt::getTrue(getLLVMContext()); 717 IsGuaranteedNonNull = IsNonNull == True; 769 /*ForPointeeType=*/true) 780 if (Aligned != True) [all...] |