Lines Matching refs:getOpcode
29 switch (MI.getOpcode()) { in isConstantInstr()
51 switch (MI.getOpcode()) { in isInlineAsmDefInstr()
66 return MI.getOpcode() == SPIRV::OpTypeForwardPointer; in isTypeDeclInstr()
71 switch (MI.getOpcode()) { in isDecorationInstr()
84 switch (MI.getOpcode()) { in isHeaderInstr()
106 switch (MI.getOpcode()) { in canUseFastMathFlags()
125 switch (MI.getOpcode()) { in canUseNSW()
142 switch (MI.getOpcode()) { in canUseNUW()
194 if (MI->getOpcode() == SPIRV::OpBranch) { in analyzeBranch()
197 } else if (MI->getOpcode() == SPIRV::OpBranchConditional) { in analyzeBranch()
259 if (MI.getOpcode() == SPIRV::GET_ID || MI.getOpcode() == SPIRV::GET_ID64 || in expandPostRAPseudo()
260 MI.getOpcode() == SPIRV::GET_fID || MI.getOpcode() == SPIRV::GET_fID64 || in expandPostRAPseudo()
261 MI.getOpcode() == SPIRV::GET_pID32 || in expandPostRAPseudo()
262 MI.getOpcode() == SPIRV::GET_pID64 || MI.getOpcode() == SPIRV::GET_vfID || in expandPostRAPseudo()
263 MI.getOpcode() == SPIRV::GET_vID || MI.getOpcode() == SPIRV::GET_vpID32 || in expandPostRAPseudo()
264 MI.getOpcode() == SPIRV::GET_vpID64) { in expandPostRAPseudo()