Lines Matching defs:isl_name
68 def isl_name():
82 getattr(isl, "isl_printer_print_" + self.isl_name()).argtypes = [
88 return getattr(isl, "isl_" + self.isl_name() + "_" + name)
91 getattr(isl, "isl_printer_print_" + self.isl_name())(printer, self)
102 def isl_name():
114 def isl_name():
126 def isl_name():
141 def isl_name():
156 def isl_name():
188 def isl_name():
200 def isl_name():
416 functionName = "isl_" + object.isl_name() + "_" + name
426 ops = getattr(isl, "isl_" + ops.isl_name() + "_copy")(ops)
431 opOne = getattr(isl, "isl_" + opOne.isl_name() + "_copy")(opOne)
432 opTwo = getattr(isl, "isl_" + opTwo.isl_name() + "_copy")(opTwo)
437 functionName = "isl_" + base.isl_name() + "_" + operation
453 functionName = "isl_" + object.isl_name() + "_" + name
471 functionName = "isl_" + base.isl_name() + "_" + operation
560 sink = getattr(isl, "isl_" + sink.isl_name() + "_copy")(sink)
561 must_source = getattr(isl, "isl_" + must_source.isl_name() + "_copy")(must_source)
562 may_source = getattr(isl, "isl_" + may_source.isl_name() + "_copy")(may_source)
563 schedule = getattr(isl, "isl_" + schedule.isl_name() + "_copy")(schedule)