Home
last modified time | relevance | path

Searched refs:MCInstrDesc (Results 1 – 25 of 499) sorted by relevance

12345678910>>...20

/external/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h28 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 …]
DDFAPacketizer.h36 class MCInstrDesc; variable
104 bool canReserveResources(const llvm::MCInstrDesc *MID);
108 void reserveResources(const llvm::MCInstrDesc *MID);
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h38 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 …]
DDFAPacketizer.h45 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/
DMachineInstrBuilder.h38 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 …]
DDFAPacketizer.h45 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/
DMCInstrDesc.cpp21 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/
DMCInstrDesc.cpp22 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/
DMCInstrInfo.h25 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/
DMCInstrInfo.h24 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/
DInstrEmitter.h25 class MCInstrDesc; variable
47 const MCInstrDesc &II,
62 const MCInstrDesc *II,
73 const MCInstrDesc *II,
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.h26 class MCInstrDesc; variable
53 const MCInstrDesc &II,
68 const MCInstrDesc *II,
79 const MCInstrDesc *II,
/external/llvm-project/llvm/include/llvm/MC/
DMCInstrInfo.h32 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/
DMCInstrDesc.cpp21 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/
DPPCHazardRecognizers.cpp31 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/
DPPCHazardRecognizers.cpp29 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/
DPPCHazardRecognizers.cpp29 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/
DInstrEmitter.h25 class MCInstrDesc; variable
52 const MCInstrDesc &II,
67 const MCInstrDesc *II,
78 const MCInstrDesc *II,
/external/llvm-project/llvm/lib/Target/ARM/
DARMHazardRecognizer.cpp21 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/
DARMHazardRecognizer.cpp22 const MCInstrDesc &MCID = MI->getDesc(); in hasRAWHazard()
43 const MCInstrDesc &MCID = MI->getDesc(); in getHazardType()
46 const MCInstrDesc &LastMCID = LastMI->getDesc(); in getHazardType()
DARMBaseInstrInfo.h307 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/
DARMHazardRecognizer.cpp21 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/
DMachineInstrTest.cpp52 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/
DMCInstrDesc.h122 typedef struct MCInstrDesc { struct
138 } MCInstrDesc; argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DDFAPacketizer.cpp57 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()

12345678910>>...20