Searched refs:InstType (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsRegisterBankInfo.h | 56 enum InstType { enum 113 DenseMap<const MachineInstr *, InstType> Types; 125 void setTypes(const MachineInstr *MI, InstType ITy); 135 Types.try_emplace(MI, InstType::NotDetermined); in startVisit() 144 const InstType &getRecordedTypeForInstr(const MachineInstr *MI) const { in getRecordedTypeForInstr() 150 void changeRecordedTypeForInstr(const MachineInstr *MI, InstType InstTy) { in changeRecordedTypeForInstr() 170 InstType determineInstType(const MachineInstr *MI);
|
D | MipsRegisterBankInfo.cpp | 272 setTypes(MI, InstType::Ambiguous); in visit() 295 setTypes(MI, InstType::FloatingPoint); in visitAdjacentInstrs() 309 setTypes(MI, InstType::Integer); in visitAdjacentInstrs() 316 getRecordedTypeForInstr(AdjMI) != InstType::NotDetermined) { in visitAdjacentInstrs() 328 InstType InstTy) { in setTypes() 349 setTypes(MI, InstType::FloatingPoint); in setTypesAccordingToPhysicalRegister() 351 setTypes(MI, InstType::Integer); in setTypesAccordingToPhysicalRegister() 356 MipsRegisterBankInfo::InstType 437 InstType InstTy = InstType::Integer; in getInstrMapping() 480 if (InstTy == InstType::FloatingPoint || in getInstrMapping() [all …]
|
/third_party/mindspore/mindspore/ccsrc/vm/ |
D | vm.h | 62 using InstType = std::pair<Instruction, VectorRef>; variable 63 using InstSet = std::vector<InstType>;
|
D | transform.cc | 522 InstType inst = insts_[i]; in Link()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNHazardRecognizer.cpp | 1086 auto InstType = IsHazardInst(MI); in fixLdsBranchVmemWARHazard() local 1087 if (!InstType) in fixLdsBranchVmemWARHazard() 1097 auto IsHazardFn = [InstType, &IsHazardInst] (MachineInstr *I) { in fixLdsBranchVmemWARHazard() 1101 auto IsHazardFn = [InstType, IsHazardInst] (MachineInstr *I) { in fixLdsBranchVmemWARHazard() 1103 return InstType2 && InstType != InstType2; in fixLdsBranchVmemWARHazard() 1106 auto IsExpiredFn = [InstType, &IsHazardInst] (MachineInstr *I, int) { in fixLdsBranchVmemWARHazard() 1111 if (InstType == InstType2) in fixLdsBranchVmemWARHazard()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.h | 717 void emitType01(CondARM32::Cond Cond, IValueT InstType, IValueT Opcode, 739 void emitMemOp(CondARM32::Cond Cond, IValueT InstType, bool IsLoad,
|
D | IceAssemblerARM32.cpp | 795 void AssemblerARM32::emitType01(CondARM32::Cond Cond, IValueT InstType, in emitType01() argument 809 (InstType << kTypeShift) | (Opcode << kOpcodeShift) | in emitType01() 934 void AssemblerARM32::emitMemOp(CondARM32::Cond Cond, IValueT InstType, in emitMemOp() argument 940 (InstType << kTypeShift) | (IsLoad ? L : 0) | in emitMemOp()
|