Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.h234 unsigned InstNum, Value *&ResVal) { in getValueTypePair() argument
240 ResVal = getFnValueByID(ValNo, 0); in getValueTypePair()
241 return ResVal == 0; in getValueTypePair()
247 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair()
248 return ResVal == 0; in getValueTypePair()
251 Type *Ty, Value *&ResVal) { in getValue() argument
254 ResVal = getFnValueByID(ValNo, Ty); in getValue()
255 return ResVal == 0; in getValue()
/external/clang/lib/Lex/
DPPExpressions.cpp818 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/
DCGExprComplex.cpp878 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()
DCGAtomic.cpp999 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/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp360 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/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.cpp5322 SDValue ResVal = BSLoad; in PerformDAGCombine() local
5324 ResVal = DAG.getNode(ISD::TRUNCATE, dl, MVT::i16, BSLoad); in PerformDAGCombine()
5328 DCI.CombineTo(N, ResVal); in PerformDAGCombine()
5332 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1)); in PerformDAGCombine()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5063 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/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp11013 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()