| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | PPExpressions.cpp | 870 PPValue ResVal(BitWidth); in EvaluateDirectiveExpression() local 873 if (EvaluateValue(ResVal, Tok, DT, true, *this)) { in EvaluateDirectiveExpression() 901 return {ResVal.Val != 0, DT.IncludedUndefinedIds, ResVal.getRange()}; in EvaluateDirectiveExpression() 906 if (EvaluateDirectiveSubExpr(ResVal, getPrecedence(tok::question), in EvaluateDirectiveExpression() 914 return {false, DT.IncludedUndefinedIds, ResVal.getRange()}; in EvaluateDirectiveExpression() 926 return {ResVal.Val != 0, DT.IncludedUndefinedIds, ResVal.getRange()}; in EvaluateDirectiveExpression()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 954 ComplexPairTy ResVal = in EmitCompoundAssignLValue() local 956 EmitStoreOfComplex(ResVal, LHS, /*isInit*/ false); in EmitCompoundAssignLValue() 957 Val = RValue::getComplex(ResVal); in EmitCompoundAssignLValue() 959 llvm::Value *ResVal = in EmitCompoundAssignLValue() local 961 CGF.EmitStoreOfScalar(ResVal, LHS, /*isInit*/ false); in EmitCompoundAssignLValue() 962 Val = RValue::get(ResVal); in EmitCompoundAssignLValue()
|
| H A D | CGAtomic.cpp | 1262 llvm::Value *ResVal = Res.getScalarVal(); in EmitAtomicExpr() local 1265 ResVal = EmitPostAtomicMinMax(Builder, E->getOp(), in EmitAtomicExpr() 1267 ResVal, LoadVal1); in EmitAtomicExpr() 1270 ResVal = Builder.CreateBinOp(PostOp, ResVal, LoadVal1); in EmitAtomicExpr() 1273 ResVal = Builder.CreateNot(ResVal); in EmitAtomicExpr() 1276 ResVal, in EmitAtomicExpr() 1277 Builder.CreateBitCast(Dest, ResVal->getType()->getPointerTo())); in EmitAtomicExpr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 653 unsigned InstNum, Value *&ResVal, in getValueTypePair() argument 663 ResVal = getFnValueByID(ValNo, nullptr, FullTy); in getValueTypePair() 664 return ResVal == nullptr; in getValueTypePair() 670 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair() 673 return ResVal == nullptr; in getValueTypePair() 680 unsigned InstNum, Type *Ty, Value *&ResVal) { in popValue() argument 681 if (getValue(Record, Slot, InstNum, Ty, ResVal)) in popValue() 690 unsigned InstNum, Type *Ty, Value *&ResVal) { in getValue() argument 691 ResVal = getValue(Record, Slot, InstNum, Ty); in getValue() 692 return ResVal == nullptr; in getValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 6387 SDValue ResVal = BSLoad; in combineBSWAP() local 6389 ResVal = DAG.getNode(ISD::TRUNCATE, SDLoc(N), MVT::i16, BSLoad); in combineBSWAP() 6393 DCI.CombineTo(N, ResVal); in combineBSWAP() 6397 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1)); in combineBSWAP()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 15197 SDValue ResVal = BSLoad; in PerformDAGCombine() local 15199 ResVal = DAG.getNode(ISD::TRUNCATE, dl, MVT::i16, BSLoad); in PerformDAGCombine() 15203 DCI.CombineTo(N, ResVal); in PerformDAGCombine() 15207 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1)); in PerformDAGCombine()
|