/external/llvm/unittests/IR/ |
D | ValueTest.cpp | 135 ModuleSlotTracker MST(M.get()); in TEST() local 205 ModuleSlotTracker MST(M.get()); in TEST() local 233 ModuleSlotTracker MST(M.get()); in TEST() local
|
D | MetadataTest.cpp | 361 ModuleSlotTracker MST(&M); in TEST_F() local 393 ModuleSlotTracker MST(&M); in TEST_F() local
|
/external/llvm/lib/CodeGen/ |
D | MIRPrinter.cpp | 100 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()
|
D | MachineInstr.cpp | 312 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()
|
D | MachineBasicBlock.cpp | 253 ModuleSlotTracker MST(M); in print() local 257 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
D | MachineFunction.cpp | 397 ModuleSlotTracker MST(getFunction()->getParent()); in print() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MaximumSpanningTree.h | 36 MaxSpanTree MST; variable
|
D | PGOInstrumentation.cpp | 216 CFGMST<Edge, BBInfo> MST; member in __anon10d6878d0211::FuncPGOInstrumentation
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 3292 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/ |
D | MIParser.cpp | 1825 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/ |
D | LegalizeVectorTypes.cpp | 3181 MaskedStoreSDNode *MST = cast<MaskedStoreSDNode>(N); in WidenVecOp_MSTORE() local
|
D | DAGCombiner.cpp | 5337 MaskedStoreSDNode *MST = dyn_cast<MaskedStoreSDNode>(N); in visitMSTORE() local
|