Searched defs:MID (Results 1 - 13 of 13) sorted by relevance

/external/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_7.pass.cpp174 typedef MethodID<CallSig ClassType::*> MID; typedef
175 BasicTest<MID, Arity, ObjCaster, ArgCaster> t;
/external/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp119 bool DFAPacketizer::canReserveResources(const llvm::MCInstrDesc *MID) { argument
120 unsigned InsnClass = MID->getSchedClass();
130 void DFAPacketizer::reserveResources(const llvm::MCInstrDesc *MID) { argument
131 unsigned InsnClass = MID->getSchedClass();
143 const llvm::MCInstrDesc &MID = MI.getDesc(); local
144 return canReserveResources(&MID);
151 const llvm::MCInstrDesc &MID = MI.getDesc(); local
152 reserveResources(&MID);
H A DMachineLICM.cpp1172 const MCInstrDesc &MID = TII->get(NewOpc); local
1174 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI, MF);
/external/llvm/lib/IR/
H A DModule.cpp51 Module::Module(StringRef MID, LLVMContext &C) argument
52 : Context(C), Materializer(), ModuleID(MID), SourceFileName(MID), DL("") {
/external/swiftshader/third_party/LLVM/lib/AsmParser/
H A DLLParser.cpp471 unsigned MID = 0; local
472 if (ParseMDNodeID(Result, MID)) return true;
479 ForwardRefMDNodes[MID] = std::make_pair(FwdNode, Lex.getLoc());
481 if (NumberedMetadata.size() <= MID)
482 NumberedMetadata.resize(MID+1);
483 NumberedMetadata[MID] = FwdNode;
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DModule.cpp45 Module::Module(StringRef MID, LLVMContext& C) argument
46 : Context(C), Materializer(NULL), ModuleID(MID) {
/external/llvm/lib/AsmParser/
H A DLLParser.cpp599 unsigned MID = 0; local
600 if (ParseUInt32(MID))
604 if (NumberedMetadata.count(MID)) {
605 Result = NumberedMetadata[MID];
610 auto &FwdRef = ForwardRefMDNodes[MID];
614 NumberedMetadata[MID].reset(Result);
/external/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp108 const MCInstrDesc &MID = MI->getDesc(); local
110 if ((!MID.mayStore() && !MID.mayLoad()) || HII->isPredicated(*MI))
113 if (MID.mayStore()) {
265 const MCInstrDesc &MID = MI->getDesc(); local
266 if ((MID.mayLoad() || MID.mayStore())) {
491 const MCInstrDesc &MID = UseMI->getDesc(); local
493 if (MID.mayLoad())
495 else if (MID
[all...]
H A DHexagonInstrInfo.cpp2070 const MCInstrDesc &MID = MI->getDesc(); local
2071 const uint64_t F = MID.TSFlags;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineLICM.cpp1107 const MCInstrDesc &MID = TII->get(NewOpc); local
1108 if (MID.getNumDefs() != 1) return 0;
1109 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI);
/external/clang/lib/Frontend/
H A DASTUnit.cpp1203 llvm::sys::fs::UniqueID MID; local
1204 if (!llvm::sys::fs::getUniqueID(MPath, MID)) {
1205 if (MainFileID == MID) {
1218 llvm::sys::fs::UniqueID MID; local
1219 if (!llvm::sys::fs::getUniqueID(MPath, MID)) {
1220 if (MainFileID == MID) {
/external/guice/extensions/persist/lib/
H A Dognl-2.6.7.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/ASTAdd.class ASTAdd.java package ognl ...
/external/guice/extensions/struts2/lib/
H A Dognl-3.0.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/enhance/ ognl/internal/ ognl/SimpleNode.class SimpleNode ...

Completed in 799 milliseconds