Home
last modified time | relevance | path

Searched refs:InstType (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.h56 enum InstType { enum
76 if (InstTy == InstType::Ambiguous && OpSize == 64) in isAmbiguous_64()
82 if (InstTy == InstType::Ambiguous && OpSize == 32) in isAmbiguous_32()
93 bool isAmbiguousWithMergeOrUnmerge_64(InstType InstTy, in isAmbiguousWithMergeOrUnmerge_64()
107 if (InstTy == InstType::FloatingPoint && OpSize == 64) in isFloatingPoint_64()
113 if (InstTy == InstType::Integer && OpSize == 32) in isInteger_32()
159 DenseMap<const MachineInstr *, InstType> Types;
163 InstType &AmbiguousTy);
172 void setTypes(const MachineInstr *MI, InstType ITy);
182 Types.try_emplace(MI, InstType::NotDetermined); in startVisit()
[all …]
H A DMipsRegisterBankInfo.cpp269 InstType &AmbiguousTy) { in visit()
282 if (AmbiguousTy == InstType::Ambiguous && in visit()
285 AmbiguousTy = InstType::AmbiguousWithMergeOrUnmerge; in visit()
315 bool isDefUse, InstType &AmbiguousTy) { in visitAdjacentInstrs()
321 setTypes(MI, InstType::FloatingPoint); in visitAdjacentInstrs()
337 setTypes(MI, InstType::Integer); in visitAdjacentInstrs()
377 setTypes(MI, InstType::FloatingPoint); in setTypesAccordingToPhysicalRegister()
379 setTypes(MI, InstType::Integer); in setTypesAccordingToPhysicalRegister()
384 MipsRegisterBankInfo::InstType
386 InstType DefaultAmbiguousType = InstType::Ambiguous; in determineInstType()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp610 enum InstType { in FoldImmediate() enum
613 } InstType; in FoldImmediate() local
620 InstType = rr2ri_rm; \ in FoldImmediate()
626 InstType = rr2ir_rm; \ in FoldImmediate()
673 switch (InstType) { in FoldImmediate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp1116 auto InstType = IsHazardInst(*MI); in fixLdsBranchVmemWARHazard() local
1117 if (!InstType) in fixLdsBranchVmemWARHazard()
1126 auto IsHazardFn = [InstType, &IsHazardInst](const MachineInstr &I) { in fixLdsBranchVmemWARHazard()
1130 auto IsHazardFn = [InstType, IsHazardInst](const MachineInstr &I) { in fixLdsBranchVmemWARHazard()
1132 return InstType2 && InstType != InstType2; in fixLdsBranchVmemWARHazard()
1135 auto IsExpiredFn = [InstType, &IsHazardInst](const MachineInstr &I, int) { in fixLdsBranchVmemWARHazard()
1137 if (InstType == InstType2) in fixLdsBranchVmemWARHazard()