Home
last modified time | relevance | path

Searched refs:setHeapAllocMarker (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp915 NewInsn->setHeapAllocMarker(MF, MD); in EmitSchedule()
928 NewInsn->setHeapAllocMarker(MF, MD); in EmitSchedule()
DFastISel.cpp1243 CLI.Call->setHeapAllocMarker(*MF, MD); in lowerCallTo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp497 void MachineInstr::setHeapAllocMarker(MachineFunction &MF, MDNode *Marker) { in setHeapAllocMarker() function in MachineInstr
517 setHeapAllocMarker(MF, MI.getHeapAllocMarker()); in cloneInstrSymbols()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h1630 void setHeapAllocMarker(MachineFunction &MF, MDNode *MD);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1032 MI->setHeapAllocMarker(MF, HeapAllocMarker); in parse()