| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPExpressions.cpp | 901 PPValue ResVal(BitWidth); in EvaluateDirectiveExpression() local 904 if (EvaluateValue(ResVal, Tok, DT, true, *this)) { in EvaluateDirectiveExpression() 934 bool IsNonZero = ResVal.Val != 0; in EvaluateDirectiveExpression() 935 SourceRange ValRange = ResVal.getRange(); in EvaluateDirectiveExpression() 936 return {std::move(ResVal.Val), IsNonZero, DT.IncludedUndefinedIds, in EvaluateDirectiveExpression() 942 if (EvaluateDirectiveSubExpr(ResVal, getPrecedence(tok::question), in EvaluateDirectiveExpression() 969 bool IsNonZero = ResVal.Val != 0; in EvaluateDirectiveExpression() 970 SourceRange ValRange = ResVal.getRange(); in EvaluateDirectiveExpression() 971 return {std::move(ResVal.Val), IsNonZero, DT.IncludedUndefinedIds, ValRange}; in EvaluateDirectiveExpression()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64PreLegalizerCombiner.cpp | 649 Register ResVal = MI.getOperand(0).getReg(); in tryToSimplifyUADDO() local 650 LLT OpTy = MRI.getType(ResVal); in tryToSimplifyUADDO() 682 if (any_of(MRI.use_nodbg_instructions(ResVal), in tryToSimplifyUADDO() 708 B.buildZExtOrTrunc(ResVal, AddDst); in tryToSimplifyUADDO() 709 for (MachineOperand &U : make_early_inc_range(MRI.use_operands(ResVal))) { in tryToSimplifyUADDO()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 1314 ComplexPairTy ResVal = in EmitCompoundAssignLValue() local 1316 EmitStoreOfComplex(ResVal, LHS, /*isInit*/ false); in EmitCompoundAssignLValue() 1317 Val = RValue::getComplex(ResVal); in EmitCompoundAssignLValue() 1319 llvm::Value *ResVal = in EmitCompoundAssignLValue() local 1321 CGF.EmitStoreOfScalar(ResVal, LHS, /*isInit*/ false); in EmitCompoundAssignLValue() 1322 Val = RValue::get(ResVal); in EmitCompoundAssignLValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 755 unsigned InstNum, Value *&ResVal, unsigned &TypeID, in getValueTypePair() argument 766 ResVal = getFnValueByID(ValNo, nullptr, TypeID, ConstExprInsertBB); in getValueTypePair() 767 assert((!ResVal || ResVal->getType() == getTypeByID(TypeID)) && in getValueTypePair() 769 return ResVal == nullptr; in getValueTypePair() 775 ResVal = getFnValueByID(ValNo, getTypeByID(TypeID), TypeID, in getValueTypePair() 777 return ResVal == nullptr; in getValueTypePair() 781 unsigned &Slot, unsigned InstNum, Value *&ResVal, in getValueOrMetadata() argument 788 return getValueTypePair(Record, --Slot, InstNum, ResVal, TypeId, in getValueOrMetadata() 794 ResVal = MetadataAsValue::get(Context, getFnMetadataByID(ValNo)); in getValueOrMetadata() 802 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal, in popValue() argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 8583 SDValue ResVal = BSLoad; in combineBSWAP() local 8585 ResVal = DAG.getNode(ISD::TRUNCATE, SDLoc(N), MVT::i16, BSLoad); in combineBSWAP() 8589 DCI.CombineTo(N, ResVal); in combineBSWAP() 8593 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1)); in combineBSWAP()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 4632 SDValue ResVal = in ReplaceOtherWidenResults() local 4634 ReplaceValueWith(SDValue(N, ResNo), ResVal); in ReplaceOtherWidenResults()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 17240 SDValue ResVal = BSLoad; in PerformDAGCombine() local 17242 ResVal = DAG.getNode(ISD::TRUNCATE, dl, MVT::i16, BSLoad); in PerformDAGCombine() 17246 DCI.CombineTo(N, ResVal); in PerformDAGCombine() 17250 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1)); in PerformDAGCombine()
|