Searched refs:PrintType (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/compiler/
H A Dgraph-visualizer.cc278 void PrintType(Node* node);
403 void GraphC1Visualizer::PrintType(Node* node) { function in class:v8::internal::compiler::GraphC1Visualizer
502 PrintType(node);
532 PrintType(current->control_input());
/external/clang/lib/AST/
H A DASTDiagnostic.cpp1723 bool PrintType = IsValidFromInt && IsValidToInt && local
1728 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType);
1731 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType);
1733 PrintAPSInt(ToInt, ToExpr, IsValidToInt, ToIntType, PrintType);
1741 QualType IntType, bool PrintType) {
1750 if (PrintType) {
1865 PrintAPSInt(Val, IntExpr, true /*Valid*/, IntType, false /*PrintType*/);
1878 PrintAPSInt(Val, IntExpr, true /*Valid*/, IntType, false /*PrintType*/);
1881 PrintAPSInt(Val, IntExpr, true /*Valid*/, IntType, false /*PrintType*/);
1740 PrintAPSInt(const llvm::APSInt &Val, Expr *E, bool Valid, QualType IntType, bool PrintType) argument
/external/llvm/include/llvm/IR/
H A DValue.h220 void printAsOperand(raw_ostream &O, bool PrintType = true,
222 void printAsOperand(raw_ostream &O, bool PrintType,
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DValue.h223 void printAsOperand(raw_ostream &O, bool PrintType = true,
225 void printAsOperand(raw_ostream &O, bool PrintType,
/external/llvm/lib/IR/
H A DAsmWriter.cpp2080 void writeOperand(const Value *Op, bool PrintType);
2135 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { argument
2140 if (PrintType) {
2701 writeOperand(F->getPersonalityFn(), /*PrintType=*/true);
2961 writeOperand(CatchSwitch->getParentPad(), /*PrintType=*/false);
2967 writeOperand(PadBB, /*PrintType=*/true);
2972 writeOperand(UnwindDest, /*PrintType=*/true);
2977 writeOperand(FPI->getParentPad(), /*PrintType=*/false);
2983 writeOperand(FPI->getArgOperand(Op), /*PrintType=*/true);
2990 writeOperand(CRI->getOperand(0), /*PrintType
3454 printAsOperandImpl(const Value &V, raw_ostream &O, bool PrintType, ModuleSlotTracker &MST) argument
3468 printAsOperand(raw_ostream &O, bool PrintType, const Module *M) const argument
3483 printAsOperand(raw_ostream &O, bool PrintType, ModuleSlotTracker &MST) const argument
[all...]
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DAsmWriter.cpp1079 bool PrintType, const Module *Context) {
1083 if (!PrintType &&
1095 if (PrintType) {
1126 void writeOperand(const Value *Op, bool PrintType);
1147 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { argument
1152 if (PrintType) {
1078 WriteAsOperand(raw_ostream &Out, const Value *V, bool PrintType, const Module *Context) argument
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h682 void printAsOperand(raw_ostream &OS, bool PrintType = true) const;
/external/clang/tools/c-index-test/
H A Dc-index-test.c1316 static enum CXChildVisitResult PrintType(CXCursor cursor, CXCursor p, function
4370 PrintType, 0);
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...

Completed in 1739 milliseconds