Home
last modified time | relevance | path

Searched defs:MST (Results 1 – 12 of 12) sorted by relevance

/external/llvm/unittests/IR/
DValueTest.cpp135 ModuleSlotTracker MST(M.get()); in TEST() local
205 ModuleSlotTracker MST(M.get()); in TEST() local
233 ModuleSlotTracker MST(M.get()); in TEST() local
DMetadataTest.cpp361 ModuleSlotTracker MST(&M); in TEST_F() local
393 ModuleSlotTracker MST(&M); in TEST_F() local
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp100 ModuleSlotTracker &MST; member in llvm::MIPrinter
105 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter()
174 ModuleSlotTracker MST(MF.getFunction()->getParent()); in print() local
241 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert()
272 ModuleSlotTracker &MST, in convertStackObjects()
393 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert()
DMachineInstr.cpp312 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
1571 ModuleSlotTracker MST(M); in print() local
1575 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
DMachineBasicBlock.cpp253 ModuleSlotTracker MST(M); in print() local
257 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
DMachineFunction.cpp397 ModuleSlotTracker MST(getFunction()->getParent()); in print() local
/external/llvm/lib/Transforms/Instrumentation/
DMaximumSpanningTree.h36 MaxSpanTree MST; variable
DPGOInstrumentation.cpp216 CFGMST<Edge, BBInfo> MST; member in __anon10d6878d0211::FuncPGOInstrumentation
/external/llvm/lib/IR/
DAsmWriter.cpp3292 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print() local
3296 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
3351 ModuleSlotTracker &MST) { in printAsOperandImpl()
3375 ModuleSlotTracker MST(Machine, M); in printAsOperand() local
3389 ModuleSlotTracker &MST, const Module *M, in printMetadataImpl()
3409 ModuleSlotTracker MST(M, isa<MDNode>(this)); in printAsOperand() local
3413 void Metadata::printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST, in printAsOperand()
3420 ModuleSlotTracker MST(M, isa<MDNode>(this)); in print() local
3424 void Metadata::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1825 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2BasicBlocks() local
1860 static void mapValueToSlot(const Value *V, ModuleSlotTracker &MST, in mapValueToSlot()
1871 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2Values() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp3181 MaskedStoreSDNode *MST = cast<MaskedStoreSDNode>(N); in WidenVecOp_MSTORE() local
DDAGCombiner.cpp5337 MaskedStoreSDNode *MST = dyn_cast<MaskedStoreSDNode>(N); in visitMSTORE() local