Searched refs:immMskBitp (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreISelDAGToDAG.cpp | 53 inline bool immMskBitp(SDNode *inN) const { in immMskBitp() function in __anon94f42bd90111::XCoreDAGToDAGISel 138 if (immMskBitp(N)) { in Select()
|
D | XCoreInstrInfo.td | 154 def immMskBitp : PatLeaf<(imm), [{ return immMskBitp(N); }]>; 1263 def : Pat<(and GRRegs:$val, immMskBitp:$mask), 1264 (ZEXT_rus GRRegs:$val, (msksize_xform immMskBitp:$mask))>;
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelDAGToDAG.cpp | 53 inline bool immMskBitp(SDNode *inN) const { in immMskBitp() function in __anon4f4463a10111::XCoreDAGToDAGISel 138 if (immMskBitp(N)) { in Select()
|
D | XCoreInstrInfo.td | 161 def immMskBitp : PatLeaf<(imm), [{ return immMskBitp(N); }]>; 1270 def : Pat<(and GRRegs:$val, immMskBitp:$mask), 1271 (ZEXT_rus GRRegs:$val, (msksize_xform immMskBitp:$mask))>;
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreISelDAGToDAG.cpp | 58 inline bool immMskBitp(SDNode *inN) const { in immMskBitp() function in __anon2b157bcd0111::XCoreDAGToDAGISel 160 if (immMskBitp(N)) { in Select()
|
D | XCoreInstrInfo.td | 143 def immMskBitp : PatLeaf<(imm), [{ return immMskBitp(N); }]>; 1207 def : Pat<(and GRRegs:$val, immMskBitp:$mask), 1208 (ZEXT_rus GRRegs:$val, (msksize_xform immMskBitp:$mask))>;
|