Home
last modified time | relevance | path

Searched defs:CALL_INTRINSIC_1 (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dopcode_ids.h68 #define CALL_INTRINSIC_1 55 macro
/external/python/cpython3/Lib/
Ddis.py45 CALL_INTRINSIC_1 = opmap['CALL_INTRINSIC_1'] variable
/external/pytorch/torch/_dynamo/
Dsymbolic_convert.py2397 def CALL_INTRINSIC_1(self, inst): member in InstructionTranslatorBase
/external/python/cpython3/Python/
Dgenerated_cases.c.h1368 TARGET(CALL_INTRINSIC_1) { in TARGET() argument