Home
last modified time | relevance | path

Searched refs:noteHead (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DModule.h48 static void noteHead(Function*, Function*) {}
64 static void noteHead(GlobalVariable*, GlobalVariable*) {}
79 static void noteHead(GlobalAlias*, GlobalAlias*) {}
95 static void noteHead(NamedMDNode*, NamedMDNode*) {}
DFunction.h46 static void noteHead(BasicBlock*, BasicBlock*) {}
63 static void noteHead(Argument*, Argument*) {}
DBasicBlock.h51 static void noteHead(Instruction*, Instruction*) {}
/external/llvm/include/llvm/ADT/
Dilist.h94 ilist_traits<NodeTy>::noteHead(Head, Head); in ensureHead()
102 static void noteHead(NodeTy *NewHead, NodeTy *Sentinel) { in noteHead() function
129 static void noteHead(NodeTy *, NodeTy *) {} in noteHead() function
148 static void noteHead(NodeTy *, NodeTy *) {} in noteHead() function
319 void setTail(NodeTy *N) const { this->noteHead(Head, N); }
DSparseBitVector.h257 static void noteHead(Element *, Element *) {}
/external/llvm/include/llvm/Transforms/Utils/
DSymbolRewriter.h144 static void noteHead(SymbolRewriter::RewriteDescriptor *,
DMemorySSA.h186 static void noteHead(MemoryAccess *, MemoryAccess *) {}
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DRecycler.h52 static void noteHead(RecyclerStruct*, RecyclerStruct*) {}
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DIVUsers.h114 static void noteHead(IVStrideUse*, IVStrideUse*) {}
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
Dilist.h93 ilist_traits<NodeTy>::noteHead(Head, Head); in ensureHead()
101 static void noteHead(NodeTy *NewHead, NodeTy *Sentinel) { in noteHead() function
321 void setTail(NodeTy *N) const { this->noteHead(Head, N); }
/external/llvm/include/llvm/Analysis/
DIVUsers.h114 static void noteHead(IVStrideUse*, IVStrideUse*) {}
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineFunction.h57 static void noteHead(MachineBasicBlock*, MachineBasicBlock*) {}
DMachineBasicBlock.h50 static void noteHead(MachineInstr*, MachineInstr*) {}
DSelectionDAG.h51 static void noteHead(SDNode*, SDNode*) {}
/external/llvm/include/llvm/CodeGen/
DMachineFunction.h66 static void noteHead(MachineBasicBlock*, MachineBasicBlock*) {}
DSlotIndexes.h83 static void noteHead(IndexListEntry*, IndexListEntry*) {}
DMachineBasicBlock.h58 static void noteHead(MachineInstr*, MachineInstr*) {}
DSelectionDAG.h95 static void noteHead(SDNode*, SDNode*) {}
/external/llvm/include/llvm/IR/
DModule.h51 static void noteHead(NamedMDNode*, NamedMDNode*) {}
/external/swiftshader/third_party/subzero/src/
DIceInst.h1192 static void noteHead(Ice::Inst *, Ice::Inst *) {}
/external/llvm/lib/Support/
DYAMLParser.cpp160 static void noteHead(Token*, Token*) {} in noteHead() function