Lines Matching defs:instructions
12 # Verify that all instructions and intrinsics defined in TableGen
15 # instructions. In that case we can replace this command with a
912 instructions = set()
917 instructions.add(instruction)
918 return (intrinsics, instructions)
929 # Arbitrary value - we should find quite a lot of instructions
932 "found only {} instructions in {}".format(filename, len(td_list))
940 Verify that all instructions defined in NVPTXIntrinsics.td are
1076 intrinsics, instructions = read_gen_list(args.gen_list)
1077 verify_inst_tablegen(args.inst_td, instructions)