Lines Matching defs:true

67 static cl::opt<unsigned, true>
602 /// areValueTypesLegal - Return true if types of all the values are legal.
609 return true;
697 bool isSExt = true;
700 isSExt = true, FromVT = MVT::i1; // ASSERT SEXT 1
704 isSExt = true, FromVT = MVT::i8; // ASSERT SEXT 8
708 isSExt = true, FromVT = MVT::i16; // ASSERT SEXT 16
712 isSExt = true, FromVT = MVT::i32; // ASSERT SEXT 32
1027 EVT VT = TLI.getValueType(V->getType(), true);
1236 /*isfixed=*/true));
1293 return true;
1303 return true;
1310 return true;
1336 return true;
1442 /// If the set of cases should be emitted as a series of branches, return true.
1447 if (Cases.size() != 2) return true;
1470 return true;
1572 // Fold "(X == true)" to X and "(X == false)" to !X to
1724 UsePtrType = true;
1730 UsePtrType = true;
1975 // Insert the true branch.
1985 return true;
2065 return true;
2168 SuccsHandled[(*I)->getNumber()] = true;
2189 return true;
2321 return true;
2455 return true;
2841 // Utility for visitShuffleVector - Return true if every element in Mask,
2849 return true;
3265 ConstantMemory = true;
3402 InChain = InsertFenceForAtomic(InChain, Order, Scope, true, dl,
3449 InChain = InsertFenceForAtomic(InChain, Order, Scope, true, dl,
3524 InChain = InsertFenceForAtomic(InChain, Order, Scope, true, dl,
4495 return true;
4746 DAG.getMachineFunction().getMMI().setCallsEHReturn(true);
4754 DAG.getMachineFunction().getMMI().setCallsUnwindInit(true);
5085 true, false, 0);
5166 /*doesNotRet=*/false, /*isReturnValueUsed=*/true,
5241 Ops[1] = DAG.getFrameIndex(FI, TLI.getPointerTy(), true);
5302 Entry.isSRet = true;
5420 HasTailCall = true;
5440 /// IsOnlyUsedInZeroEqualityComparison - Return true if it only matters that the
5453 return true;
5481 ConstantMemory = true;
5501 /// If so, return true and lower it, otherwise return false and it will be
5519 bool ActuallyDoIt = true;
5569 EVT CallVT = TLI.getValueType(I.getType(), true);
5571 return true;
5581 /// and return true.
5593 return true;
5795 return TLI.getValueType(OpTy, true);
5977 hasMemory = true;
5983 hasMemory = true;
6075 OpInfo.isIndirect = true;
6227 true, OpInfo.getMatchedOperand(),
6620 /// entry block, return true. This includes arguments used by switches, since
6635 return true;
6661 ISD::InputArg RetArg(Flags, RegisterVT, true);