Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp267 Register ResVal = MI.getOperand(0).getReg(); in tryToSimplifyUADDO() local
268 LLT OpTy = MRI.getType(ResVal); in tryToSimplifyUADDO()
300 if (any_of(MRI.use_nodbg_instructions(ResVal), in tryToSimplifyUADDO()
326 B.buildZExtOrTrunc(ResVal, AddDst); in tryToSimplifyUADDO()
327 for (MachineOperand &U : make_early_inc_range(MRI.use_operands(ResVal))) { in tryToSimplifyUADDO()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPExpressions.cpp889 PPValue ResVal(BitWidth); in EvaluateDirectiveExpression() local
892 if (EvaluateValue(ResVal, Tok, DT, true, *this)) { in EvaluateDirectiveExpression()
920 return {ResVal.Val != 0, DT.IncludedUndefinedIds, ResVal.getRange()}; in EvaluateDirectiveExpression()
925 if (EvaluateDirectiveSubExpr(ResVal, getPrecedence(tok::question), in EvaluateDirectiveExpression()
933 return {false, DT.IncludedUndefinedIds, ResVal.getRange()}; in EvaluateDirectiveExpression()
945 return {ResVal.Val != 0, DT.IncludedUndefinedIds, ResVal.getRange()}; in EvaluateDirectiveExpression()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGAtomic.cpp1319 llvm::Value *ResVal = Res.getScalarVal(); in EmitAtomicExpr() local
1322 ResVal = EmitPostAtomicMinMax(Builder, E->getOp(), in EmitAtomicExpr()
1324 ResVal, LoadVal1); in EmitAtomicExpr()
1327 ResVal = Builder.CreateBinOp(PostOp, ResVal, LoadVal1); in EmitAtomicExpr()
1330 ResVal = Builder.CreateNot(ResVal); in EmitAtomicExpr()
1333 ResVal, Builder.CreateElementBitCast(Dest, ResVal->getType())); in EmitAtomicExpr()
H A DCGExprComplex.cpp1127 ComplexPairTy ResVal = in EmitCompoundAssignLValue() local
1129 EmitStoreOfComplex(ResVal, LHS, /*isInit*/ false); in EmitCompoundAssignLValue()
1130 Val = RValue::getComplex(ResVal); in EmitCompoundAssignLValue()
1132 llvm::Value *ResVal = in EmitCompoundAssignLValue() local
1134 CGF.EmitStoreOfScalar(ResVal, LHS, /*isInit*/ false); in EmitCompoundAssignLValue()
1135 Val = RValue::get(ResVal); in EmitCompoundAssignLValue()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp743 unsigned InstNum, Value *&ResVal, unsigned &TypeID, in getValueTypePair() argument
754 ResVal = getFnValueByID(ValNo, nullptr, TypeID, ConstExprInsertBB); in getValueTypePair()
755 assert((!ResVal || ResVal->getType() == getTypeByID(TypeID)) && in getValueTypePair()
757 return ResVal == nullptr; in getValueTypePair()
763 ResVal = getFnValueByID(ValNo, getTypeByID(TypeID), TypeID, in getValueTypePair()
765 return ResVal == nullptr; in getValueTypePair()
772 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal, in popValue() argument
774 if (getValue(Record, Slot, InstNum, Ty, TyID, ResVal, ConstExprInsertBB)) in popValue()
783 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal, in getValue() argument
785 ResVal = getValue(Record, Slot, InstNum, Ty, TyID, ConstExprInsertBB); in getValue()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6812 SDValue ResVal = BSLoad; in combineBSWAP() local
6814 ResVal = DAG.getNode(ISD::TRUNCATE, SDLoc(N), MVT::i16, BSLoad); in combineBSWAP()
6818 DCI.CombineTo(N, ResVal); in combineBSWAP()
6822 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1)); in combineBSWAP()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15792 SDValue ResVal = BSLoad; in PerformDAGCombine() local
15794 ResVal = DAG.getNode(ISD::TRUNCATE, dl, MVT::i16, BSLoad); in PerformDAGCombine()
15798 DCI.CombineTo(N, ResVal); in PerformDAGCombine()
15802 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1)); in PerformDAGCombine()