Searched refs:ResVal (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|