Home
last modified time | relevance | path

Searched defs:MCID (Results 1 – 25 of 63) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h317 const MCInstrDesc &MCID) { in BuildMI()
324 const MCInstrDesc &MCID, Register DestReg) { in BuildMI()
334 const DebugLoc &DL, const MCInstrDesc &MCID, in BuildMI()
350 const DebugLoc &DL, const MCInstrDesc &MCID, in BuildMI()
359 const DebugLoc &DL, const MCInstrDesc &MCID, in BuildMI()
369 const DebugLoc &DL, const MCInstrDesc &MCID, in BuildMI()
380 const MCInstrDesc &MCID) { in BuildMI()
390 const MCInstrDesc &MCID) { in BuildMI()
399 const MCInstrDesc &MCID) { in BuildMI()
409 const MCInstrDesc &MCID) { in BuildMI()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp29 const MCInstrDesc *MCID = DAG->getInstrDesc(SU); in isLoadAfterStore() local
55 const MCInstrDesc *MCID = DAG->getInstrDesc(SU); in isBCTRAfterSet() local
85 bool PPCDispatchGroupSBHazardRecognizer::mustComeFirst(const MCInstrDesc *MCID, in mustComeFirst()
147 const MCInstrDesc *MCID = DAG->getInstrDesc(SU); in ShouldPreferAnother() local
175 const MCInstrDesc *MCID = DAG->getInstrDesc(SU); in EmitInstruction() local
282 const MCInstrDesc &MCID = DAG.TII->get(Opcode); in GetInstrType() local
DPPCPreEmitPeephole.cpp193 const MCInstrDesc &MCID = TII->get(Opc); in runOnMachineFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMHazardRecognizer.cpp21 const MCInstrDesc &MCID = MI->getDesc(); in hasRAWHazard() local
42 const MCInstrDesc &MCID = MI->getDesc(); in getHazardType() local
DThumb2SizeReduction.cpp254 static bool HasImplicitCPSRDef(const MCInstrDesc &MCID) { in HasImplicitCPSRDef()
645 const MCInstrDesc &MCID = MI->getDesc(); in ReduceSpecial() local
805 const MCInstrDesc &MCID = MI->getDesc(); in ReduceTo2Addr() local
865 const MCInstrDesc &MCID = MI->getDesc(); in ReduceToNarrow() local
DMLxExpansionPass.cpp184 const MCInstrDesc &MCID = MI->getDesc(); in hasRAWHazard() local
339 const MCInstrDesc &MCID = MI->getDesc(); in ExpandFPMLxInstructions() local
DThumb2ITBlockPass.cpp171 const MCInstrDesc &MCID = MI->getDesc(); in MoveCopyOutOfITBlock() local
DARMBaseRegisterInfo.cpp645 const MCInstrDesc &MCID = TII.get(ADDriOpc); in materializeFrameBaseRegister() local
813 const MCInstrDesc &MCID = MI.getDesc(); in eliminateFrameIndex() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp122 const MCInstrDesc *MCID = DAG->getInstrDesc(SU); in getHazardType() local
177 const MCInstrDesc *MCID = DAG->getInstrDesc(SU); in EmitInstruction() local
DMachineInstr.cpp1025 const MCInstrDesc &MCID = getDesc(); in findFirstPredOperandIdx() local
1409 const MCInstrDesc &MCID = getDesc(); in hasComplexRegisterTies() local
1641 unsigned MCID = InlineAsm::getMemoryConstraintID(Flag); in print() local
2015 const MCInstrDesc &MCID, bool IsIndirect, in BuildMI()
2031 const MCInstrDesc &MCID, bool IsIndirect, in BuildMI()
2051 const DebugLoc &DL, const MCInstrDesc &MCID, in BuildMI()
2062 const DebugLoc &DL, const MCInstrDesc &MCID, in BuildMI()
DBreakFalseDeps.cpp198 const MCInstrDesc &MCID = MI->getDesc(); in processDefs() local
DTargetInstrInfo.cpp46 TargetInstrInfo::getRegClass(const MCInstrDesc &MCID, unsigned OpNum, in getRegClass()
160 const MCInstrDesc &MCID = MI.getDesc(); in commuteInstructionImpl() local
292 const MCInstrDesc &MCID = MI.getDesc(); in findCommutedOpIndices() local
328 const MCInstrDesc &MCID = MI.getDesc(); in PredicateInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DCodeEmitter.cpp19 CodeEmitter::getOrCreateEncodingInfo(unsigned MCID) { in getOrCreateEncodingInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrBuilder.h30 const MCInstrDesc &MCID = MI->getDesc(); in addFrameReference() local
DSystemZInstrInfo.cpp311 const MCInstrDesc &MCID = MI.getDesc(); in isSimpleMove() local
903 const MCInstrDesc &MCID = MI->getDesc(); in isSimpleBD12Move() local
1511 const MCInstrDesc &MCID = get(Opcode); in getOpcodeForOffset() local
1761 const MCInstrDesc &MCID = MI.getDesc(); in verifyInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp86 unsigned MCID : 29; member
996 unsigned MCID) { in scheduleMapGlobalInitializer()
1012 unsigned MCID) { in scheduleMapAppendingVariable()
1028 Constant &Target, unsigned MCID) { in scheduleMapGlobalIndirectSymbol()
1040 void Mapper::scheduleRemapFunction(Function &F, unsigned MCID) { in scheduleRemapFunction()
1120 unsigned MCID) { in scheduleMapGlobalInitializer()
1128 unsigned MCID) { in scheduleMapAppendingVariable()
1135 unsigned MCID) { in scheduleMapGlobalIndirectSymbol()
1139 void ValueMapper::scheduleRemapFunction(Function &F, unsigned MCID) { in scheduleRemapFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DCodeEmitter.h63 StringRef getEncoding(unsigned MCID) { in getEncoding()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp632 const MCInstrDesc &MCID = TII->get(Opc); in convert() local
689 const MCInstrDesc &MCID = TII->get(Opc); in convert() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp254 const MCInstrDesc &MCID = TII->get(N->getMachineOpcode()); in CopyAndMoveSuccessors() local
432 const MCInstrDesc &MCID = TII->get(N->getMachineOpcode()); in getPhysicalRegisterVT() local
511 const MCInstrDesc &MCID = TII->get(Node->getMachineOpcode()); in DelayForLiveRegsBottomUp() local
DScheduleDAGSDNodes.cpp212 const MCInstrDesc &MCID = TII->get(N->getMachineOpcode()); in ClusterNeighboringLoads() local
315 const MCInstrDesc &MCID = TII->get(Opc); in ClusterNodes() local
449 const MCInstrDesc &MCID = TII->get(Opc); in AddSchedEdges() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCodeEmitter.cpp471 const MCInstrDesc &MCID = HexagonMCInstrInfo::getDesc(MCII, MI); in getFixupNoBits() local
624 const MCInstrDesc &MCID = HexagonMCInstrInfo::getDesc(MCII, MI); in getExprOpValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp109 const MCInstrDesc &MCID = get(Opc); in BuildCondBr() local
686 const MCInstrDesc &MCID = MI.getDesc(); in findCommutedOpIndices() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXReplaceImageHandles.cpp81 const MCInstrDesc &MCID = MI.getDesc(); in processInstr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrBuilder.h202 const MCInstrDesc &MCID = MI->getDesc(); variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiDelaySlotFiller.cpp229 MCInstrDesc MCID = MI->getDesc(); in insertDefsUses() local

123