Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp891 PPValue ResVal(BitWidth); in EvaluateDirectiveExpression() local
894 if (EvaluateValue(ResVal, Tok, DT, true, *this)) { in EvaluateDirectiveExpression()
922 return {ResVal.Val != 0, DT.IncludedUndefinedIds, ResVal.getRange()}; in EvaluateDirectiveExpression()
927 if (EvaluateDirectiveSubExpr(ResVal, getPrecedence(tok::question), in EvaluateDirectiveExpression()
935 return {false, DT.IncludedUndefinedIds, ResVal.getRange()}; in EvaluateDirectiveExpression()
947 return {ResVal.Val != 0, DT.IncludedUndefinedIds, ResVal.getRange()}; in EvaluateDirectiveExpression()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp598 Register ResVal = MI.getOperand(0).getReg(); in tryToSimplifyUADDO() local
599 LLT OpTy = MRI.getType(ResVal); in tryToSimplifyUADDO()
631 if (any_of(MRI.use_nodbg_instructions(ResVal), in tryToSimplifyUADDO()
657 B.buildZExtOrTrunc(ResVal, AddDst); in tryToSimplifyUADDO()
658 for (MachineOperand &U : make_early_inc_range(MRI.use_operands(ResVal))) { in tryToSimplifyUADDO()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1425 llvm::Value *ResVal = Res.getScalarVal(); in EmitAtomicExpr() local
1428 ResVal = EmitPostAtomicMinMax(Builder, E->getOp(), in EmitAtomicExpr()
1430 ResVal, LoadVal1); in EmitAtomicExpr()
1433 ResVal = Builder.CreateBinOp(PostOp, ResVal, LoadVal1); in EmitAtomicExpr()
1437 ResVal = Builder.CreateNot(ResVal); in EmitAtomicExpr()
1439 Builder.CreateStore(ResVal, Dest.withElementType(ResVal->getType())); in EmitAtomicExpr()
H A DCGExprComplex.cpp1238 ComplexPairTy ResVal = in EmitCompoundAssignLValue() local
1240 EmitStoreOfComplex(ResVal, LHS, /*isInit*/ false); in EmitCompoundAssignLValue()
1241 Val = RValue::getComplex(ResVal); in EmitCompoundAssignLValue()
1243 llvm::Value *ResVal = in EmitCompoundAssignLValue() local
1245 CGF.EmitStoreOfScalar(ResVal, LHS, /*isInit*/ false); in EmitCompoundAssignLValue()
1246 Val = RValue::get(ResVal); in EmitCompoundAssignLValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp744 unsigned InstNum, Value *&ResVal, unsigned &TypeID, in getValueTypePair() argument
755 ResVal = getFnValueByID(ValNo, nullptr, TypeID, ConstExprInsertBB); in getValueTypePair()
756 assert((!ResVal || ResVal->getType() == getTypeByID(TypeID)) && in getValueTypePair()
758 return ResVal == nullptr; in getValueTypePair()
764 ResVal = getFnValueByID(ValNo, getTypeByID(TypeID), TypeID, in getValueTypePair()
766 return ResVal == nullptr; in getValueTypePair()
773 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal, in popValue() argument
775 if (getValue(Record, Slot, InstNum, Ty, TyID, ResVal, ConstExprInsertBB)) in popValue()
784 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal, in getValue() argument
786 ResVal = getValue(Record, Slot, InstNum, Ty, TyID, ConstExprInsertBB); in getValue()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7351 SDValue ResVal = BSLoad; in combineBSWAP() local
7353 ResVal = DAG.getNode(ISD::TRUNCATE, SDLoc(N), MVT::i16, BSLoad); in combineBSWAP()
7357 DCI.CombineTo(N, ResVal); in combineBSWAP()
7361 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1)); in combineBSWAP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16134 SDValue ResVal = BSLoad; in PerformDAGCombine() local
16136 ResVal = DAG.getNode(ISD::TRUNCATE, dl, MVT::i16, BSLoad); in PerformDAGCombine()
16140 DCI.CombineTo(N, ResVal); in PerformDAGCombine()
16144 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1)); in PerformDAGCombine()