Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp892 PPValue ResVal(BitWidth); in EvaluateDirectiveExpression() local
895 if (EvaluateValue(ResVal, Tok, DT, true, *this)) { in EvaluateDirectiveExpression()
926 bool IsNonZero = ResVal.Val != 0; in EvaluateDirectiveExpression()
927 SourceRange ValRange = ResVal.getRange(); in EvaluateDirectiveExpression()
928 return {std::move(ResVal.Val), IsNonZero, DT.IncludedUndefinedIds, in EvaluateDirectiveExpression()
934 if (EvaluateDirectiveSubExpr(ResVal, getPrecedence(tok::question), in EvaluateDirectiveExpression()
942 SourceRange ValRange = ResVal.getRange(); in EvaluateDirectiveExpression()
959 bool IsNonZero = ResVal.Val != 0; in EvaluateDirectiveExpression()
960 SourceRange ValRange = ResVal.getRange(); in EvaluateDirectiveExpression()
961 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.cpp1308 ComplexPairTy ResVal = in EmitCompoundAssignLValue() local
1310 EmitStoreOfComplex(ResVal, LHS, /*isInit*/ false); in EmitCompoundAssignLValue()
1311 Val = RValue::getComplex(ResVal); in EmitCompoundAssignLValue()
1313 llvm::Value *ResVal = in EmitCompoundAssignLValue() local
1315 CGF.EmitStoreOfScalar(ResVal, LHS, /*isInit*/ false); in EmitCompoundAssignLValue()
1316 Val = RValue::get(ResVal); in EmitCompoundAssignLValue()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp770 unsigned InstNum, Value *&ResVal, unsigned &TypeID, in getValueTypePair() argument
781 ResVal = getFnValueByID(ValNo, nullptr, TypeID, ConstExprInsertBB); in getValueTypePair()
782 assert((!ResVal || ResVal->getType() == getTypeByID(TypeID)) && in getValueTypePair()
784 return ResVal == nullptr; in getValueTypePair()
790 ResVal = getFnValueByID(ValNo, getTypeByID(TypeID), TypeID, in getValueTypePair()
792 return ResVal == nullptr; in getValueTypePair()
799 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal, in popValue() argument
801 if (getValue(Record, Slot, InstNum, Ty, TyID, ResVal, ConstExprInsertBB)) in popValue()
810 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal, in getValue() argument
812 ResVal = getValue(Record, Slot, InstNum, Ty, TyID, ConstExprInsertBB); in getValue()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7494 SDValue ResVal = BSLoad; in combineBSWAP() local
7496 ResVal = DAG.getNode(ISD::TRUNCATE, SDLoc(N), MVT::i16, BSLoad); in combineBSWAP()
7500 DCI.CombineTo(N, ResVal); in combineBSWAP()
7504 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1)); in combineBSWAP()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16347 SDValue ResVal = BSLoad; in PerformDAGCombine() local
16349 ResVal = DAG.getNode(ISD::TRUNCATE, dl, MVT::i16, BSLoad); in PerformDAGCombine()
16353 DCI.CombineTo(N, ResVal); in PerformDAGCombine()
16357 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1)); in PerformDAGCombine()