Home
last modified time | relevance | path

Searched refs:PrintTypes (Results 1 – 9 of 9) 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/llvm-project/clang/utils/TableGen/
DClangOpcodesEmitter.cpp57 void PrintTypes(raw_ostream &OS, ArrayRef<Record *> Types);
132 PrintTypes(OS, TS); in EmitInterp()
277 PrintTypes(OS, TS); in EmitGroup()
332 PrintTypes(OS, TS); in EmitEval()
343 void ClangOpcodesEmitter::PrintTypes(raw_ostream &OS, ArrayRef<Record *> Types) { in PrintTypes() function in ClangOpcodesEmitter
/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/llvm-project/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp214 void print(raw_ostream &OS, bool PrintTypes = false) { in print() argument
216 Base->printAsOperand(OS, PrintTypes); in print()
218 Offset->printAsOperand(OS, PrintTypes); in print()
220 Length->printAsOperand(OS, PrintTypes); in print()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp214 void print(raw_ostream &OS, bool PrintTypes = false) { in print() argument
216 Base->printAsOperand(OS, PrintTypes); in print()
218 Offset->printAsOperand(OS, PrintTypes); in print()
220 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