Home
last modified time | relevance | path

Searched refs:PrintTypes (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyTargetStreamer.cpp38 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/
DWebAssemblyTargetStreamer.cpp42 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/
DGuardWidening.cpp157 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/
DGuardWidening.cpp182 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/
Dcmd_find.c33 PrintTypes(); in Usage()
Dcmd_add.c35 PrintTypes(); in Usage()
Dcgpt.h146 void PrintTypes(void);
Dcgpt_common.c678 void PrintTypes(void) { in PrintTypes() function