Home
last modified time | relevance | path

Searched refs:ResVal (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp901 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 DAArch64PreLegalizerCombiner.cpp649 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 DCGExprComplex.cpp1314 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 DBitcodeReader.cpp755 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 DSystemZISelLowering.cpp8583 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 DLegalizeVectorTypes.cpp4632 SDValue ResVal = in ReplaceOtherWidenResults() local
4634 ReplaceValueWith(SDValue(N, ResNo), ResVal); in ReplaceOtherWidenResults()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp17240 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()