HomeSort by relevance Sort by last modified time
    Searched refs:isByRef (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
PredicateExpander.cpp 25 OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex
31 OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex
39 OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex
49 OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex
55 OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << First
57 << (isByRef() ? "." : "->") << "getOperand(" << Second << ").getReg()";
62 OS << "MI" << (isByRef() ? "." : "->") << "getNumOperands() "
68 OS << "MI" << (isByRef() ? "." : "->") << "getOpcode() "
149 OS << MethodName << (isByRef() ? "(MI)" : "(*MI)");
154 OS << (shouldNegate() ? "!" : "") << "MI" << (isByRef() ? "." : "->"
    [all...]
PredicateExpander.h 41 bool isByRef() const { return EmitCallsByRef; }
  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 83 if (I.isByRef() &&
  /external/clang/lib/CodeGen/
CGBlocks.cpp 224 if (chunk.Capture && chunk.Capture->isByRef())
368 if (CI.isByRef()) {
590 if (CI.isByRef()) continue;
788 } else if (CI.isByRef()) {
816 if (CI.isByRef()) {
    [all...]
CGDecl.cpp     [all...]
CGDebugInfo.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 698 if (I.isByRef()) {
  /external/clang/lib/AST/
ASTDumper.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]

Completed in 538 milliseconds