Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPExpressions.cpp843 PPValue ResVal(BitWidth); in EvaluateDirectiveExpression() local
845 if (EvaluateValue(ResVal, Tok, DT, true, *this)) { in EvaluateDirectiveExpression()
866 return {ResVal.Val != 0, DT.IncludedUndefinedIds}; in EvaluateDirectiveExpression()
871 if (EvaluateDirectiveSubExpr(ResVal, getPrecedence(tok::question), in EvaluateDirectiveExpression()
891 return {ResVal.Val != 0, DT.IncludedUndefinedIds}; in EvaluateDirectiveExpression()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp927 ComplexPairTy ResVal = in EmitCompoundAssignLValue() local
929 EmitStoreOfComplex(ResVal, LHS, /*isInit*/ false); in EmitCompoundAssignLValue()
930 Val = RValue::getComplex(ResVal); in EmitCompoundAssignLValue()
932 llvm::Value *ResVal = in EmitCompoundAssignLValue() local
934 CGF.EmitStoreOfScalar(ResVal, LHS, /*isInit*/ false); in EmitCompoundAssignLValue()
935 Val = RValue::get(ResVal); in EmitCompoundAssignLValue()
H A DCGAtomic.cpp1183 llvm::Value *ResVal = Res.getScalarVal(); in EmitAtomicExpr() local
1186 ResVal = Builder.CreateBinOp(PostOp, ResVal, LoadVal1); in EmitAtomicExpr()
1189 ResVal = Builder.CreateNot(ResVal); in EmitAtomicExpr()
1192 ResVal, in EmitAtomicExpr()
1193 Builder.CreateBitCast(Dest, ResVal->getType()->getPointerTo())); in EmitAtomicExpr()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp580 unsigned InstNum, Value *&ResVal) { in getValueTypePair() argument
589 ResVal = getFnValueByID(ValNo, nullptr); in getValueTypePair()
590 return ResVal == nullptr; in getValueTypePair()
596 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair()
597 return ResVal == nullptr; in getValueTypePair()
604 unsigned InstNum, Type *Ty, Value *&ResVal) { in popValue() argument
605 if (getValue(Record, Slot, InstNum, Ty, ResVal)) in popValue()
614 unsigned InstNum, Type *Ty, Value *&ResVal) { in getValue() argument
615 ResVal = getValue(Record, Slot, InstNum, Ty); in getValue()
616 return ResVal == nullptr; in getValue()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5600 SDValue ResVal = BSLoad; in combineBSWAP() local
5602 ResVal = DAG.getNode(ISD::TRUNCATE, SDLoc(N), MVT::i16, BSLoad); in combineBSWAP()
5606 DCI.CombineTo(N, ResVal); in combineBSWAP()
5610 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1)); in combineBSWAP()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13177 SDValue ResVal = BSLoad; in PerformDAGCombine() local
13179 ResVal = DAG.getNode(ISD::TRUNCATE, dl, MVT::i16, BSLoad); in PerformDAGCombine()
13183 DCI.CombineTo(N, ResVal); in PerformDAGCombine()
13187 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1)); in PerformDAGCombine()