Home
last modified time | relevance | path

Searched refs:UseMCID (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinISelDAGToDAG.cpp159 const MCInstrDesc &UseMCID = TII.get(UI->getMachineOpcode()); in FixRegisterClasses() local
160 if (UseMCID.getNumDefs()+UI.getOperandNo() >= UseMCID.getNumOperands()) in FixRegisterClasses()
163 TII.getRegClass(UseMCID, UseMCID.getNumDefs()+UI.getOperandNo(), TRI); in FixRegisterClasses()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAGInstrs.cpp314 const MCInstrDesc &UseMCID = UseMI->getDesc(); in BuildSchedGraph() local
318 (UseMCID.mayLoad() || UseMCID.mayStore()) && in BuildSchedGraph()
319 (unsigned)RegUseIndex < UseMCID.getNumOperands() && in BuildSchedGraph()
320 UseMCID.OpInfo[RegUseIndex].isLookupPtrRegClass()) in BuildSchedGraph()
357 const MCInstrDesc &UseMCID = UseMI->getDesc(); in BuildSchedGraph() local
361 if (UseMOIdx < UseMCID.getNumOperands()) { in BuildSchedGraph()
367 if (UseMCID.OpInfo[UseMOIdx].isLookupPtrRegClass()) in BuildSchedGraph()
379 UseMCID.OpInfo[UseMOIdx].isLookupPtrRegClass()) { in BuildSchedGraph()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h315 const MCInstrDesc &UseMCID,
319 const MCInstrDesc &UseMCID,
325 const MCInstrDesc &UseMCID,
333 const MCInstrDesc &UseMCID, unsigned UseAdj) const;
DARMBaseInstrInfo.cpp2663 const MCInstrDesc &UseMCID = UseMI.getDesc(); in FoldImmediate() local
2664 if (UseMCID.hasOptionalDef()) { in FoldImmediate()
2665 unsigned NumOps = UseMCID.getNumOperands(); in FoldImmediate()
3261 const MCInstrDesc &UseMCID, in getVSTMUseCycle() argument
3264 int RegNo = (int)(UseIdx+1) - UseMCID.getNumOperands() + 1; in getVSTMUseCycle()
3278 switch (UseMCID.getOpcode()) { in getVSTMUseCycle()
3301 const MCInstrDesc &UseMCID, in getSTMUseCycle() argument
3304 int RegNo = (int)(UseIdx+1) - UseMCID.getNumOperands() + 1; in getSTMUseCycle()
3332 const MCInstrDesc &UseMCID, in getOperandLatency() argument
3335 unsigned UseClass = UseMCID.getSchedClass(); in getOperandLatency()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h346 const MCInstrDesc &UseMCID,
350 const MCInstrDesc &UseMCID,
356 const MCInstrDesc &UseMCID,
364 const MCInstrDesc &UseMCID, unsigned UseAdj) const;
DARMBaseInstrInfo.cpp2996 const MCInstrDesc &UseMCID = UseMI.getDesc(); in FoldImmediate() local
2997 if (UseMCID.hasOptionalDef()) { in FoldImmediate()
2998 unsigned NumOps = UseMCID.getNumOperands(); in FoldImmediate()
3607 const MCInstrDesc &UseMCID, in getVSTMUseCycle() argument
3610 int RegNo = (int)(UseIdx+1) - UseMCID.getNumOperands() + 1; in getVSTMUseCycle()
3624 switch (UseMCID.getOpcode()) { in getVSTMUseCycle()
3647 const MCInstrDesc &UseMCID, in getSTMUseCycle() argument
3650 int RegNo = (int)(UseIdx+1) - UseMCID.getNumOperands() + 1; in getSTMUseCycle()
3678 const MCInstrDesc &UseMCID, in getOperandLatency() argument
3681 unsigned UseClass = UseMCID.getSchedClass(); in getOperandLatency()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.h231 const MCInstrDesc &UseMCID,
235 const MCInstrDesc &UseMCID,
241 const MCInstrDesc &UseMCID,
DARMBaseInstrInfo.cpp2159 const MCInstrDesc &UseMCID, in getVSTMUseCycle() argument
2162 int RegNo = (int)(UseIdx+1) - UseMCID.getNumOperands() + 1; in getVSTMUseCycle()
2176 switch (UseMCID.getOpcode()) { in getVSTMUseCycle()
2199 const MCInstrDesc &UseMCID, in getSTMUseCycle() argument
2202 int RegNo = (int)(UseIdx+1) - UseMCID.getNumOperands() + 1; in getSTMUseCycle()
2230 const MCInstrDesc &UseMCID, in getOperandLatency() argument
2233 unsigned UseClass = UseMCID.getSchedClass(); in getOperandLatency()
2235 if (DefIdx < DefMCID.getNumDefs() && UseIdx < UseMCID.getNumOperands()) in getOperandLatency()
2284 switch (UseMCID.getOpcode()) { in getOperandLatency()
2295 UseCycle = getVSTMUseCycle(ItinData, UseMCID, UseClass, UseIdx, UseAlign); in getOperandLatency()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1229 const MCInstrDesc &UseMCID = UseMI.getDesc(); in FoldImmediate() local
1232 if (UseMCID.isPseudo()) in FoldImmediate()
1242 assert(UseIdx < UseMCID.getNumOperands() && "No operand description for Reg"); in FoldImmediate()
1244 const MCOperandInfo *UseInfo = &UseMCID.OpInfo[UseIdx]; in FoldImmediate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1325 const MCInstrDesc &UseMCID = UseMI.getDesc(); in FoldImmediate() local
1328 if (UseMCID.isPseudo()) in FoldImmediate()
1338 assert(UseIdx < UseMCID.getNumOperands() && "No operand description for Reg"); in FoldImmediate()
1340 const MCOperandInfo *UseInfo = &UseMCID.OpInfo[UseIdx]; in FoldImmediate()