/external/clang/lib/Lex/ |
D | PPExpressions.cpp | 818 PPValue ResVal(BitWidth); in EvaluateDirectiveExpression() local 820 if (EvaluateValue(ResVal, Tok, DT, true, *this)) { in EvaluateDirectiveExpression() 841 return ResVal.Val != 0; in EvaluateDirectiveExpression() 846 if (EvaluateDirectiveSubExpr(ResVal, getPrecedence(tok::question), in EvaluateDirectiveExpression() 866 return ResVal.Val != 0; in EvaluateDirectiveExpression()
|
/external/clang/lib/CodeGen/ |
D | CGExprComplex.cpp | 878 ComplexPairTy ResVal = in EmitCompoundAssignLValue() local 880 EmitStoreOfComplex(ResVal, LHS, /*isInit*/ false); in EmitCompoundAssignLValue() 881 Val = RValue::getComplex(ResVal); in EmitCompoundAssignLValue() 883 llvm::Value *ResVal = in EmitCompoundAssignLValue() local 885 CGF.EmitStoreOfScalar(ResVal, LHS, /*isInit*/ false); in EmitCompoundAssignLValue() 886 Val = RValue::get(ResVal); in EmitCompoundAssignLValue()
|
D | CGAtomic.cpp | 999 llvm::Value *ResVal = Res.getScalarVal(); in EmitAtomicExpr() local 1002 ResVal = Builder.CreateBinOp(PostOp, ResVal, LoadVal1); in EmitAtomicExpr() 1005 ResVal = Builder.CreateNot(ResVal); in EmitAtomicExpr() 1008 ResVal, in EmitAtomicExpr() 1009 Builder.CreateBitCast(Dest, ResVal->getType()->getPointerTo())); in EmitAtomicExpr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
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()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 360 unsigned InstNum, Value *&ResVal) { in getValueTypePair() argument 369 ResVal = getFnValueByID(ValNo, nullptr); in getValueTypePair() 370 return ResVal == nullptr; in getValueTypePair() 376 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair() 377 return ResVal == nullptr; in getValueTypePair() 384 unsigned InstNum, Type *Ty, Value *&ResVal) { in popValue() argument 385 if (getValue(Record, Slot, InstNum, Ty, ResVal)) in popValue() 394 unsigned InstNum, Type *Ty, Value *&ResVal) { in getValue() argument 395 ResVal = getValue(Record, Slot, InstNum, Ty); in getValue() 396 return ResVal == nullptr; in getValue()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 5063 SDValue ResVal = BSLoad; in combineBSWAP() local 5065 ResVal = DAG.getNode(ISD::TRUNCATE, SDLoc(N), MVT::i16, BSLoad); in combineBSWAP() 5069 DCI.CombineTo(N, ResVal); in combineBSWAP() 5073 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1)); in combineBSWAP()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 6083 SDValue ResVal = BSLoad; in combineBSWAP() local 6085 ResVal = DAG.getNode(ISD::TRUNCATE, SDLoc(N), MVT::i16, BSLoad); in combineBSWAP() 6089 DCI.CombineTo(N, ResVal); in combineBSWAP() 6093 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1)); in combineBSWAP()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 11013 SDValue ResVal = BSLoad; in PerformDAGCombine() local 11015 ResVal = DAG.getNode(ISD::TRUNCATE, dl, MVT::i16, BSLoad); in PerformDAGCombine() 11019 DCI.CombineTo(N, ResVal); in PerformDAGCombine() 11023 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1)); in PerformDAGCombine()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 14219 SDValue ResVal = BSLoad; in PerformDAGCombine() local 14221 ResVal = DAG.getNode(ISD::TRUNCATE, dl, MVT::i16, BSLoad); in PerformDAGCombine() 14225 DCI.CombineTo(N, ResVal); in PerformDAGCombine() 14229 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1)); in PerformDAGCombine()
|