/external/llvm/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 28 class MCInstrDesc; variable 243 const MCInstrDesc &MCID) { in BuildMI() 250 const MCInstrDesc &MCID, unsigned DestReg) { in BuildMI() 260 const DebugLoc &DL, const MCInstrDesc &MCID, in BuildMI() 276 const DebugLoc &DL, const MCInstrDesc &MCID, in BuildMI() 285 const DebugLoc &DL, const MCInstrDesc &MCID, in BuildMI() 295 const DebugLoc &DL, const MCInstrDesc &MCID, in BuildMI() 306 const MCInstrDesc &MCID) { in BuildMI() 316 const MCInstrDesc &MCID) { in BuildMI() 325 const MCInstrDesc &MCID) { in BuildMI() [all …]
|
D | DFAPacketizer.h | 36 class MCInstrDesc; variable 104 bool canReserveResources(const llvm::MCInstrDesc *MID); 108 void reserveResources(const llvm::MCInstrDesc *MID);
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 38 class MCInstrDesc; variable 327 const MCInstrDesc &MCID) { in BuildMI() 334 const MCInstrDesc &MCID, Register DestReg) { in BuildMI() 344 const DebugLoc &DL, const MCInstrDesc &MCID, in BuildMI() 360 const DebugLoc &DL, const MCInstrDesc &MCID, in BuildMI() 369 const DebugLoc &DL, const MCInstrDesc &MCID, in BuildMI() 379 const DebugLoc &DL, const MCInstrDesc &MCID, in BuildMI() 390 const MCInstrDesc &MCID) { in BuildMI() 400 const MCInstrDesc &MCID) { in BuildMI() 409 const MCInstrDesc &MCID) { in BuildMI() [all …]
|
D | DFAPacketizer.h | 45 class MCInstrDesc; variable 79 bool canReserveResources(const MCInstrDesc *MID); 83 void reserveResources(const MCInstrDesc *MID);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 38 class MCInstrDesc; variable 317 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() [all …]
|
D | DFAPacketizer.h | 45 class MCInstrDesc; variable 79 bool canReserveResources(const MCInstrDesc *MID); 83 void reserveResources(const MCInstrDesc *MID);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCInstrDesc.cpp | 21 bool MCInstrDesc::getDeprecatedInfo(MCInst &MI, const MCSubtargetInfo &STI, in getDeprecatedInfo() 32 bool MCInstrDesc::mayAffectControlFlow(const MCInst &MI, in mayAffectControlFlow() 44 bool MCInstrDesc::hasImplicitDefOfPhysReg(unsigned Reg, in hasImplicitDefOfPhysReg() 53 bool MCInstrDesc::hasDefOfPhysReg(const MCInst &MI, unsigned Reg, in hasDefOfPhysReg()
|
/external/llvm/lib/MC/ |
D | MCInstrDesc.cpp | 22 bool MCInstrDesc::getDeprecatedInfo(MCInst &MI, const MCSubtargetInfo &STI, in getDeprecatedInfo() 33 bool MCInstrDesc::mayAffectControlFlow(const MCInst &MI, in mayAffectControlFlow() 54 bool MCInstrDesc::hasImplicitDefOfPhysReg(unsigned Reg, in hasImplicitDefOfPhysReg() 63 bool MCInstrDesc::hasDefOfPhysReg(const MCInst &MI, unsigned Reg, in hasDefOfPhysReg()
|
/external/llvm/include/llvm/MC/ |
D | MCInstrInfo.h | 25 const MCInstrDesc *Desc; // Raw array to allow static init'n 33 void InitMCInstrInfo(const MCInstrDesc *D, const unsigned *NI, const char *ND, in InitMCInstrInfo() 45 const MCInstrDesc &get(unsigned Opcode) const { in get()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstrInfo.h | 24 const MCInstrDesc *Desc; // Raw array to allow static init'n 32 void InitMCInstrInfo(const MCInstrDesc *D, const unsigned *NI, const char *ND, in InitMCInstrInfo() 44 const MCInstrDesc &get(unsigned Opcode) const { in get()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.h | 25 class MCInstrDesc; variable 47 const MCInstrDesc &II, 62 const MCInstrDesc *II, 73 const MCInstrDesc *II,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.h | 26 class MCInstrDesc; variable 53 const MCInstrDesc &II, 68 const MCInstrDesc *II, 79 const MCInstrDesc *II,
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCInstrInfo.h | 32 const MCInstrDesc *Desc; // Raw array to allow static init'n 47 void InitMCInstrInfo(const MCInstrDesc *D, const unsigned *NI, const char *ND, in InitMCInstrInfo() 62 const MCInstrDesc &get(unsigned Opcode) const { in get()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCInstrDesc.cpp | 21 bool MCInstrDesc::mayAffectControlFlow(const MCInst &MI, in mayAffectControlFlow() 33 bool MCInstrDesc::hasImplicitDefOfPhysReg(unsigned Reg, in hasImplicitDefOfPhysReg() 42 bool MCInstrDesc::hasDefOfPhysReg(const MCInst &MI, unsigned Reg, in hasDefOfPhysReg()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 31 const MCInstrDesc *MCID = DAG->getInstrDesc(SU); in isLoadAfterStore() 41 const MCInstrDesc *PredMCID = DAG->getInstrDesc(SU->Preds[i].getSUnit()); in isLoadAfterStore() 57 const MCInstrDesc *MCID = DAG->getInstrDesc(SU); in isBCTRAfterSet() 67 const MCInstrDesc *PredMCID = DAG->getInstrDesc(SU->Preds[i].getSUnit()); in isBCTRAfterSet() 87 bool PPCDispatchGroupSBHazardRecognizer::mustComeFirst(const MCInstrDesc *MCID, in mustComeFirst() 149 const MCInstrDesc *MCID = DAG->getInstrDesc(SU); in ShouldPreferAnother() 177 const MCInstrDesc *MCID = DAG->getInstrDesc(SU); in EmitInstruction() 285 const MCInstrDesc &MCID = DAG.TII->get(Opcode); in GetInstrType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 29 const MCInstrDesc *MCID = DAG->getInstrDesc(SU); in isLoadAfterStore() 39 const MCInstrDesc *PredMCID = DAG->getInstrDesc(SU->Preds[i].getSUnit()); in isLoadAfterStore() 55 const MCInstrDesc *MCID = DAG->getInstrDesc(SU); in isBCTRAfterSet() 65 const MCInstrDesc *PredMCID = DAG->getInstrDesc(SU->Preds[i].getSUnit()); in isBCTRAfterSet() 85 bool PPCDispatchGroupSBHazardRecognizer::mustComeFirst(const MCInstrDesc *MCID, in mustComeFirst() 147 const MCInstrDesc *MCID = DAG->getInstrDesc(SU); in ShouldPreferAnother() 175 const MCInstrDesc *MCID = DAG->getInstrDesc(SU); in EmitInstruction() 282 const MCInstrDesc &MCID = DAG.TII->get(Opcode); in GetInstrType()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 29 const MCInstrDesc *MCID = DAG->getInstrDesc(SU); in isLoadAfterStore() 39 const MCInstrDesc *PredMCID = DAG->getInstrDesc(SU->Preds[i].getSUnit()); in isLoadAfterStore() 55 const MCInstrDesc *MCID = DAG->getInstrDesc(SU); in isBCTRAfterSet() 65 const MCInstrDesc *PredMCID = DAG->getInstrDesc(SU->Preds[i].getSUnit()); in isBCTRAfterSet() 85 bool PPCDispatchGroupSBHazardRecognizer::mustComeFirst(const MCInstrDesc *MCID, in mustComeFirst() 147 const MCInstrDesc *MCID = DAG->getInstrDesc(SU); in ShouldPreferAnother() 175 const MCInstrDesc *MCID = DAG->getInstrDesc(SU); in EmitInstruction() 282 const MCInstrDesc &MCID = DAG.TII->get(Opcode); in GetInstrType()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.h | 25 class MCInstrDesc; variable 52 const MCInstrDesc &II, 67 const MCInstrDesc *II, 78 const MCInstrDesc *II,
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMHazardRecognizer.cpp | 21 const MCInstrDesc &MCID = MI->getDesc(); in hasRAWHazard() 42 const MCInstrDesc &MCID = MI->getDesc(); in getHazardType() 45 const MCInstrDesc &LastMCID = LastMI->getDesc(); in getHazardType()
|
/external/llvm/lib/Target/ARM/ |
D | ARMHazardRecognizer.cpp | 22 const MCInstrDesc &MCID = MI->getDesc(); in hasRAWHazard() 43 const MCInstrDesc &MCID = MI->getDesc(); in getHazardType() 46 const MCInstrDesc &LastMCID = LastMI->getDesc(); in getHazardType()
|
D | ARMBaseInstrInfo.h | 307 const MCInstrDesc &DefMCID, 311 const MCInstrDesc &DefMCID, 315 const MCInstrDesc &UseMCID, 319 const MCInstrDesc &UseMCID, 323 const MCInstrDesc &DefMCID, 325 const MCInstrDesc &UseMCID, 330 const MCInstrDesc &DefMCID, unsigned DefAdj, 333 const MCInstrDesc &UseMCID, unsigned UseAdj) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMHazardRecognizer.cpp | 21 const MCInstrDesc &MCID = MI->getDesc(); in hasRAWHazard() 42 const MCInstrDesc &MCID = MI->getDesc(); in getHazardType() 45 const MCInstrDesc &LastMCID = LastMI->getDesc(); in getHazardType()
|
/external/llvm-project/llvm/unittests/CodeGen/ |
D | MachineInstrTest.cpp | 52 MCInstrDesc MCID = { in TEST() 123 MCInstrDesc MCID = { in TEST() 199 MCInstrDesc MCID = {0, 1, 1, 0, 0, 0, 0, nullptr, nullptr, &OpInfo}; in TEST() 226 MCInstrDesc MCID = {0, 0, 0, 0, 0, 0, 0, nullptr, nullptr, nullptr}; in TEST() 243 MCInstrDesc MCID = {0, 0, 0, 0, 0, 0, 0, nullptr, nullptr, nullptr}; in TEST() 258 MCInstrDesc MCID = {0, 0, 0, 0, 0, 0, 0, nullptr, nullptr, nullptr}; in TEST() 305 MCInstrDesc MCID = {0, 0, 0, 0, 0, 0, 0, nullptr, nullptr, nullptr}; in TEST() 342 MCInstrDesc MCID = {0, 0, 0, 0, 0, 0, 0, nullptr, nullptr, nullptr}; in TEST()
|
/external/capstone/ |
D | MCInstrDesc.h | 122 typedef struct MCInstrDesc { struct 138 } MCInstrDesc; argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | DFAPacketizer.cpp | 57 bool DFAPacketizer::canReserveResources(const MCInstrDesc *MID) { in canReserveResources() 66 void DFAPacketizer::reserveResources(const MCInstrDesc *MID) { in reserveResources() 76 const MCInstrDesc &MID = MI.getDesc(); in canReserveResources() 83 const MCInstrDesc &MID = MI.getDesc(); in reserveResources()
|