Searched refs:PrintTypes (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyTargetStreamer.cpp | 38 static void PrintTypes(formatted_raw_ostream &OS, ArrayRef<MVT> Types) { in PrintTypes() function 52 PrintTypes(OS, Types); in emitParam() 57 PrintTypes(OS, Types); in emitResult() 62 PrintTypes(OS, Types); in emitLocal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyTargetStreamer.cpp | 42 static void PrintTypes(formatted_raw_ostream &OS, ArrayRef<MVT> Types) { in PrintTypes() function 62 PrintTypes(OS, Types); in emitParam() 74 PrintTypes(OS, Types); in emitResult() 81 PrintTypes(OS, Types); in emitLocal()
|
/external/llvm/lib/Transforms/Scalar/ |
D | GuardWidening.cpp | 157 void print(raw_ostream &OS, bool PrintTypes = false) { in print() argument 159 Base->printAsOperand(OS, PrintTypes); in print() 161 Offset->printAsOperand(OS, PrintTypes); in print() 163 Length->printAsOperand(OS, PrintTypes); in print()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | GuardWidening.cpp | 182 void print(raw_ostream &OS, bool PrintTypes = false) { in print() argument 184 Base->printAsOperand(OS, PrintTypes); in print() 186 Offset->printAsOperand(OS, PrintTypes); in print() 188 Length->printAsOperand(OS, PrintTypes); in print()
|
/external/vboot_reference/cgpt/ |
D | cmd_find.c | 33 PrintTypes(); in Usage()
|
D | cmd_add.c | 35 PrintTypes(); in Usage()
|
D | cgpt.h | 146 void PrintTypes(void);
|
D | cgpt_common.c | 678 void PrintTypes(void) { in PrintTypes() function
|