Home
last modified time | relevance | path

Searched refs:OpcodeAndSize (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp275 std::pair<unsigned, unsigned> OpcodeAndSize = SeenOpcodes.pop_back_val(); in getConstantVRegValWithLookThrough() local
276 switch (OpcodeAndSize.first) { in getConstantVRegValWithLookThrough()
278 Val = Val.trunc(OpcodeAndSize.second); in getConstantVRegValWithLookThrough()
281 Val = Val.sext(OpcodeAndSize.second); in getConstantVRegValWithLookThrough()
284 Val = Val.zext(OpcodeAndSize.second); in getConstantVRegValWithLookThrough()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp326 std::pair<unsigned, unsigned> OpcodeAndSize = SeenOpcodes.pop_back_val(); in getConstantVRegValWithLookThrough() local
327 switch (OpcodeAndSize.first) { in getConstantVRegValWithLookThrough()
329 Val = Val.trunc(OpcodeAndSize.second); in getConstantVRegValWithLookThrough()
332 Val = Val.sext(OpcodeAndSize.second); in getConstantVRegValWithLookThrough()
335 Val = Val.zext(OpcodeAndSize.second); in getConstantVRegValWithLookThrough()