| /freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | GenericMachineInstrs.h | 41 return isPreISelGenericOpcode(MI->getOpcode()); 87 switch (MI->getOpcode()) { 117 return MI->getOpcode() == TargetOpcode::G_INDEXED_LOAD; 125 return MI->getOpcode() == TargetOpcode::G_INDEXED_SEXTLOAD || in classof() 126 MI->getOpcode() == TargetOpcode::G_INDEXED_ZEXTLOAD; in classof() 134 switch (MI->getOpcode()) { 149 return MI->getOpcode() == TargetOpcode::G_INDEXED_ZEXTLOAD; 157 return MI->getOpcode() == TargetOpcode::G_INDEXED_SEXTLOAD; 177 return MI->getOpcode() == TargetOpcode::G_INDEXED_STORE; in classof() 193 switch (MI->getOpcode()) { [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64MacroFusion.cpp | 24 if (SecondMI.getOpcode() != AArch64::Bcc) in isArithmeticBccPair() 39 switch (FirstMI->getOpcode()) { in isArithmeticBccPair() 73 if (SecondMI.getOpcode() != AArch64::CBZW && in isArithmeticCbzPair() 74 SecondMI.getOpcode() != AArch64::CBZX && in isArithmeticCbzPair() 75 SecondMI.getOpcode() != AArch64::CBNZW && in isArithmeticCbzPair() 76 SecondMI.getOpcode() != AArch64::CBNZX) in isArithmeticCbzPair() 83 switch (FirstMI->getOpcode()) { in isArithmeticCbzPair() 124 switch (SecondMI.getOpcode()) { in isAESPair() 128 return FirstMI == nullptr || FirstMI->getOpcode() == AArch64::AESErr; in isAESPair() 132 return FirstMI == nullptr || FirstMI->getOpcode() in isAESPair() [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstrInfo.cpp | 29 switch (MI.getOpcode()) { in isConstantInstr() 51 switch (MI.getOpcode()) { in isTypeDeclInstr() 66 return MI.getOpcode() == SPIRV::OpTypeForwardPointer; in isDecorationInstr() 71 switch (MI.getOpcode()) { 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() in analyzeBranch() [all...] |
| H A D | SPIRVPreLegalizer.cpp | 71 BuildVec->getOpcode() == TargetOpcode::G_BUILD_VECTOR); in addConstantsToTrack() 88 if (SrcMI && (SrcMI->getOpcode() == TargetOpcode::G_CONSTANT || in addConstantsToTrack() 89 SrcMI->getOpcode() == TargetOpcode::G_IMPLICIT_DEF)) in addConstantsToTrack() 140 assert(ConstMI->getOpcode() == TargetOpcode::G_CONSTANT); in insertBitcasts() 234 switch (MI->getOpcode()) { in insertAssignInstr() 319 bool IsFloat = SpvType->getOpcode() == SPIRV::OpTypeFloat; in generateAssignInstrs() 321 SpvType->getOpcode() == SPIRV::OpTypeVector && in generateAssignInstrs() 322 GR.getSPIRVTypeForVReg(SpvType->getOperand(1).getReg())->getOpcode() == in generateAssignInstrs() 445 unsigned MIOp = MI.getOpcode(); in processSwitches() 463 if (Def->getOpcode() ! in processSwitches() [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelDAGToDAG.cpp | 86 if (Addr.getOpcode() == ISD::FrameIndex) in INITIALIZE_PASS() 88 if (Addr.getOpcode() == ISD::TargetExternalSymbol || in INITIALIZE_PASS() 89 Addr.getOpcode() == ISD::TargetGlobalAddress || in INITIALIZE_PASS() 90 Addr.getOpcode() == ISD::TargetGlobalTLSAddress) in INITIALIZE_PASS() 150 if (Addr.getOpcode() == ISD::TargetExternalSymbol || in selectADDRzii() 151 Addr.getOpcode() == ISD::TargetGlobalAddress || in selectADDRzii() 152 Addr.getOpcode() == ISD::TargetGlobalTLSAddress) in selectADDRzii() 181 if (Addr.getOpcode() == ISD::TargetExternalSymbol || in selectADDRzi() 182 Addr.getOpcode() == ISD::TargetGlobalAddress || in selectADDRzi() 183 Addr.getOpcode() in selectADDRzi() [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFMIChecking.cpp | 159 if (MI.getOpcode() != BPF::XADDW && in processAtomicInsts() 160 MI.getOpcode() != BPF::XADDD && in processAtomicInsts() 161 MI.getOpcode() != BPF::XADDW32) in processAtomicInsts() 188 if (MI.getOpcode() != BPF::XFADDW32 && MI.getOpcode() != BPF::XFADDD && in processAtomicInsts() 189 MI.getOpcode() != BPF::XFANDW32 && MI.getOpcode() != BPF::XFANDD && in processAtomicInsts() 190 MI.getOpcode() != BPF::XFXORW32 && MI.getOpcode() != BPF::XFXORD && in processAtomicInsts() 191 MI.getOpcode() ! in processAtomicInsts() [all...] |
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 208 inline unsigned getOpcode() const; 668 unsigned getOpcode() const { return (unsigned)NodeType; } 721 bool isVPOpcode() const { return ISD::isVPOpcode(getOpcode()); } 910 if (TopologicalPrune && M->getOpcode() != ISD::TokenFactor && (NId > 0) && 1182 inline unsigned SDValue::getOpcode() const { 1183 return Node->getOpcode(); 1317 return N->getOpcode() == ISD::ADDRSPACECAST; 1428 switch (getOpcode()) { 1449 switch (N->getOpcode()) { 1506 assert(getOpcode() [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVMergeBaseOffset.cpp | 87 if (Hi.getOpcode() != RISCV::LUI && Hi.getOpcode() != RISCV::AUIPC && in INITIALIZE_PASS() 88 Hi.getOpcode() != RISCV::PseudoMovAddr) in INITIALIZE_PASS() 93 Hi.getOpcode() == RISCV::AUIPC ? RISCVII::MO_PCREL_HI : RISCVII::MO_HI; in INITIALIZE_PASS() 101 if (Hi.getOpcode() == RISCV::PseudoMovAddr) { in INITIALIZE_PASS() 111 if (Lo->getOpcode() != RISCV::ADDI) in INITIALIZE_PASS() 116 if (Hi.getOpcode() == RISCV::LUI || Hi.getOpcode() == RISCV::PseudoMovAddr) { in INITIALIZE_PASS() 122 assert(Hi.getOpcode() == RISCV::AUIPC); in INITIALIZE_PASS() 150 if (Hi.getOpcode() ! in foldOffset() [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600EmitClauseMarkers.cpp | 38 switch (MI.getOpcode()) { in OccupiedDwords() 52 if (TII->isLDSRetInstr(MI.getOpcode())) in OccupiedDwords() 55 if (TII->isVector(MI) || TII->isCubeOp(MI.getOpcode()) || in OccupiedDwords() 56 TII->isReductionOp(MI.getOpcode())) in OccupiedDwords() 71 if (TII->isALUInstr(MI.getOpcode())) in isALU() 73 if (TII->isVector(MI) || TII->isCubeOp(MI.getOpcode())) in isALU() 75 switch (MI.getOpcode()) { in isALU() 89 switch (MI.getOpcode()) { in IsTrivialInst() 119 if (!TII->isALUInstr(MI.getOpcode()) && MI.getOpcode() ! in SubstituteKCacheBank() [all...] |
| H A D | R600Packetizer.cpp | 67 if (!TII->isALUInstr(I->getOpcode()) && !I->isBundle()) in getPreviousVector() 81 int OperandIdx = TII->getOperandIdx(BI->getOpcode(), R600::OpName::write); in getPreviousVector() 84 int DstIdx = TII->getOperandIdx(BI->getOpcode(), R600::OpName::dst); in getPreviousVector() 93 if (BI->getOpcode() == R600::DOT4_r600 || in getPreviousVector() 94 BI->getOpcode() == R600::DOT4_eg) { in getPreviousVector() 131 int OperandIdx = TII->getOperandIdx(MI.getOpcode(), Op); in substitutePV() 166 if (!TII->isALUInstr(MI.getOpcode())) in isSoloInstruction() 168 if (MI.getOpcode() == R600::GROUP_BARRIER) in isSoloInstruction() 172 return TII->isLDSInstr(MI.getOpcode()); in isSoloInstruction() 182 int OpI = TII->getOperandIdx(MII->getOpcode(), R60 in isLegalToPacketizeTogether() [all...] |
| H A D | R600InstrInfo.cpp | 37 return get(MI.getOpcode()).TSFlags & R600_InstFlag::VECTOR; in isVector() 139 if (isALUInstr(MI.getOpcode())) in canBeConsideredALU() 141 if (isVector(MI) || isCubeOp(MI.getOpcode())) in canBeConsideredALU() 143 switch (MI.getOpcode()) { in canBeConsideredALU() 163 return isTransOnly(MI.getOpcode()); in isTransOnly() 171 return isVectorOnly(MI.getOpcode()); in isVectorOnly() 185 usesVertexCache(MI.getOpcode()); in usesVertexCache() 195 usesVertexCache(MI.getOpcode())) || in usesTextureCache() 196 usesTextureCache(MI.getOpcode()); in usesTextureCache() 218 if (!isALUInstr(MI.getOpcode())) { in readsLDSSrcReg() [all...] |
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Operator.h | 42 unsigned getOpcode() const { in getOpcode() 44 return I->getOpcode(); in getOpcode() 45 return cast<ConstantExpr>(this)->getOpcode(); in getOpcode() 50 static unsigned getOpcode(const Value *V) { in getOpcode() 52 return I->getOpcode(); in getOpcode() 54 return CE->getOpcode(); in getOpcode() 127 return I->getOpcode() == Instruction::Add || 128 I->getOpcode() == Instruction::Sub || 129 I->getOpcode() == Instruction::Mul || 130 I->getOpcode() 41 unsigned getOpcode() const { getOpcode() function 49 static unsigned getOpcode(const Value *V) { getOpcode() function [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCISelDAGToDAG.cpp | 84 if (Addr.getOpcode() == ARCISD::GAWRAPPER) { in SelectAddrModeImm() 94 if (Addr.getOpcode() == ARCISD::GAWRAPPER) { in SelectAddrModeS9() 98 if (Addr.getOpcode() != ISD::ADD && Addr.getOpcode() != ISD::SUB && in SelectAddrModeS9() 100 if (Addr.getOpcode() == ISD::FrameIndex) { in SelectAddrModeS9() 114 if (Addr.getOpcode() == ISD::SUB) in SelectAddrModeS9() 121 if (Base.getOpcode() == ISD::FrameIndex) { in SelectAddrModeS9() 138 if (Addr.getOpcode() == ARCISD::GAWRAPPER) { in SelectAddrModeFar() 143 if (Addr.getOpcode() == ISD::SUB) in SelectAddrModeFar() 161 if (Addr.getOpcode() in SelectFrameADDR_ri() [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVETPAndVPTOptimisationsPass.cpp | 102 while (MI && MI->getOpcode() == TargetOpcode::COPY && in INITIALIZE_PASS_DEPENDENCY() 124 if (T.getOpcode() == ARM::t2LoopEnd && T.getOperand(1).getMBB() == Header) { in findLoopComponents() 128 if (T.getOpcode() == ARM::t2LoopEndDec && in findLoopComponents() 149 if (LoopEnd->getOpcode() == ARM::t2LoopEndDec) in findLoopComponents() 154 if (!LoopDec || LoopDec->getOpcode() != ARM::t2LoopDec) { in findLoopComponents() 163 if (!LoopPhi || LoopPhi->getOpcode() != TargetOpcode::PHI || in findLoopComponents() 176 if (!LoopStart || (LoopStart->getOpcode() != ARM::t2DoLoopStart && in findLoopComponents() 177 LoopStart->getOpcode() != ARM::t2WhileLoopSetup && in findLoopComponents() 178 LoopStart->getOpcode() != ARM::t2WhileLoopStartLR)) { in findLoopComponents() 189 assert(MI->getOpcode() in RevertWhileLoopSetup() [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonNewValueJump.cpp | 136 if (II->getOpcode() == TargetOpcode::KILL) in INITIALIZE_PASS_DEPENDENCY() 220 if (MII->getOpcode() == TargetOpcode::KILL || in commonChecksToProhibitNewValueJump() 221 MII->getOpcode() == TargetOpcode::PHI || in commonChecksToProhibitNewValueJump() 222 MII->getOpcode() == TargetOpcode::COPY) in commonChecksToProhibitNewValueJump() 229 if (MII->getOpcode() == Hexagon::LDriw_pred || in commonChecksToProhibitNewValueJump() 230 MII->getOpcode() == Hexagon::STriw_pred) in commonChecksToProhibitNewValueJump() 257 switch (MI.getOpcode()) { in canCompareBeNewValueJump() 295 if (def->getOpcode() == TargetOpcode::COPY) in canCompareBeNewValueJump() 347 switch (MI->getOpcode()) { in getNewValueJumpOpcode() 429 switch (MI.getOpcode()) { in isNewValueJumpCandidate() [all...] |
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCInstrAnalysis.h | 56 return Info->get(Inst.getOpcode()).isBranch(); in isBranch() 60 return Info->get(Inst.getOpcode()).isConditionalBranch(); in isConditionalBranch() 64 return Info->get(Inst.getOpcode()).isUnconditionalBranch(); in isUnconditionalBranch() 68 return Info->get(Inst.getOpcode()).isIndirectBranch(); in isIndirectBranch() 72 return Info->get(Inst.getOpcode()).isCall(); in isCall() 76 return Info->get(Inst.getOpcode()).isReturn(); in isReturn() 80 return Info->get(Inst.getOpcode()).isTerminator(); in isTerminator() 91 return Info->get(Inst.getOpcode()).hasDefOfPhysReg(Inst, PC, MCRI); in mayAffectControlFlow()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelDAGToDAG.cpp | 119 if (Addr.getOpcode() == ISD::OR && in INITIALIZE_PASS() 120 Addr.getOperand(1).getOpcode() == LanaiISD::SMALL) { in INITIALIZE_PASS() 169 if ((Addr.getOpcode() == ISD::TargetExternalSymbol || in selectAddrRiSpls() 170 Addr.getOpcode() == ISD::TargetGlobalAddress)) in selectAddrRiSpls() 174 ISD::NodeType AluOperator = static_cast<ISD::NodeType>(Addr.getOpcode()); in selectAddrRiSpls() 198 Addr.getOperand(1).getOpcode() == LanaiISD::SMALL) in selectAddrRiSpls() 251 if (Addr.getOpcode() == ISD::FrameIndex) in selectAddrRr() 255 if ((Addr.getOpcode() == ISD::TargetExternalSymbol || in selectAddrRr() 256 Addr.getOpcode() == ISD::TargetGlobalAddress)) in selectAddrRr() 260 ISD::NodeType AluOperator = static_cast<ISD::NodeType>(Addr.getOpcode()); in selectAddrRr() [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyCFGStackify.cpp | 304 if (MI.getOpcode() == WebAssembly::LOOP) { in placeBlockMarker() 318 if (MI.getOpcode() == WebAssembly::BLOCK || in placeBlockMarker() 319 MI.getOpcode() == WebAssembly::TRY) { in placeBlockMarker() 330 if (MI.getOpcode() == WebAssembly::END_BLOCK || in placeBlockMarker() 331 MI.getOpcode() == WebAssembly::END_LOOP || in placeBlockMarker() 332 MI.getOpcode() == WebAssembly::END_TRY) in placeBlockMarker() 366 if (MI.getOpcode() == WebAssembly::LOOP || in placeBlockMarker() 367 MI.getOpcode() == WebAssembly::TRY) in placeBlockMarker() 375 if (MI.getOpcode() == WebAssembly::END_LOOP || in placeBlockMarker() 376 MI.getOpcode() in placeBlockMarker() [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | DelaySlotFiller.cpp | 116 (MI->getOpcode() == SP::RESTORErr in runOnMachineBasicBlock() 117 || MI->getOpcode() == SP::RESTOREri)) { in runOnMachineBasicBlock() 125 (MI->getOpcode() == SP::FCMPS || MI->getOpcode() == SP::FCMPD in runOnMachineBasicBlock() 126 || MI->getOpcode() == SP::FCMPQ)) { in runOnMachineBasicBlock() 177 unsigned Opc = slot->getOpcode(); in findDelayInstr() 186 if (J->getOpcode() == SP::RESTORErr in findDelayInstr() 187 || J->getOpcode() == SP::RESTOREri) { in findDelayInstr() 271 unsigned Opcode = candidate->getOpcode(); in delayHasHazard() 297 switch(MI->getOpcode()) { in insertCallDefsUses() 335 if (MO.isImplicit() && MI->getOpcode() == SP::RETL) in insertDefsUses() [all …]
|
| H A D | SparcISelDAGToDAG.cpp | 96 if (Addr.getOpcode() == ISD::TargetExternalSymbol || in SelectADDRri() 97 Addr.getOpcode() == ISD::TargetGlobalAddress || in SelectADDRri() 98 Addr.getOpcode() == ISD::TargetGlobalTLSAddress) in SelectADDRri() 101 if (Addr.getOpcode() == ISD::ADD) { in SelectADDRri() 117 if (Addr.getOperand(0).getOpcode() == SPISD::Lo) { in SelectADDRri() 122 if (Addr.getOperand(1).getOpcode() == SPISD::Lo) { in SelectADDRri() 134 if (Addr.getOpcode() == ISD::FrameIndex) return false; in SelectADDRrr() 135 if (Addr.getOpcode() == ISD::TargetExternalSymbol || in SelectADDRrr() 136 Addr.getOpcode() == ISD::TargetGlobalAddress || in SelectADDRrr() 137 Addr.getOpcode() in SelectADDRrr() [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCBranchSelector.cpp | 142 if (TII->isPrefixed(MI.getOpcode())) { in ComputeBlockSizes() 329 if (I->getOpcode() == PPC::BCC && !I->getOperand(2).isImm()) in runOnMachineFunction() 331 else if ((I->getOpcode() == PPC::BC || I->getOpcode() == PPC::BCn) && in runOnMachineFunction() 334 else if ((I->getOpcode() == PPC::BDNZ8 || I->getOpcode() == PPC::BDNZ || in runOnMachineFunction() 335 I->getOpcode() == PPC::BDZ8 || I->getOpcode() == PPC::BDZ) && in runOnMachineFunction() 358 if (I->getOpcode() == PPC::BCC) { in runOnMachineFunction() 369 } else if (I->getOpcode() == PPC::BC) { in runOnMachineFunction() 372 } else if (I->getOpcode() == PPC::BCn) { in runOnMachineFunction() 375 } else if (I->getOpcode() == PPC::BDNZ) { in runOnMachineFunction() 377 } else if (I->getOpcode() == PPC::BDNZ8) { in runOnMachineFunction() [all …]
|
| H A D | PPCTLSDynamicCall.cpp | 68 bool IsTLSTPRelMI = MI.getOpcode() == PPC::GETtlsTpointer32AIX; in processBlock() 69 bool IsTLSLDAIXMI = (MI.getOpcode() == PPC::TLSLDAIX8 || in processBlock() 70 MI.getOpcode() == PPC::TLSLDAIX); in processBlock() 72 if (MI.getOpcode() != PPC::ADDItlsgdLADDR && in processBlock() 73 MI.getOpcode() != PPC::ADDItlsldLADDR && in processBlock() 74 MI.getOpcode() != PPC::ADDItlsgdLADDR32 && in processBlock() 75 MI.getOpcode() != PPC::ADDItlsldLADDR32 && in processBlock() 76 MI.getOpcode() != PPC::TLSGDAIX && in processBlock() 77 MI.getOpcode() != PPC::TLSGDAIX8 && !IsTLSTPRelMI && !IsPCREL && in processBlock() 83 if (MI.getOpcode() in processBlock() [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXInstrInfo.cpp | 107 if (LastInst.getOpcode() == NVPTX::GOTO) { in analyzeBranch() 110 } else if (LastInst.getOpcode() == NVPTX::CBranch) { in analyzeBranch() 128 if (SecondLastInst.getOpcode() == NVPTX::CBranch && in analyzeBranch() 129 LastInst.getOpcode() == NVPTX::GOTO) { in analyzeBranch() 138 if (SecondLastInst.getOpcode() == NVPTX::GOTO && in analyzeBranch() 139 LastInst.getOpcode() == NVPTX::GOTO) { in analyzeBranch() 158 if (I->getOpcode() != NVPTX::GOTO && I->getOpcode() != NVPTX::CBranch) in removeBranch() 169 if (I->getOpcode() != NVPTX::CBranch) in removeBranch()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 272 assert(N->getOpcode() != ISD::DELETED_NODE && in AddToWorklist() 277 if (N->getOpcode() == ISD::HANDLENODE) in AddToWorklist() 719 switch (StoreVal.getOpcode()) { in getStoreSource() 969 if (N.getOpcode() == ISD::SETCC) { in getNode() 977 (N.getOpcode() == ISD::STRICT_FSETCC || in getNode() 978 N.getOpcode() == ISD::STRICT_FSETCCS)) { in getNode() 985 if (N.getOpcode() != ISD::SELECT_CC || !TLI.isConstTrueVal(N.getOperand(2)) || in getNode() 1042 if (N.getOpcode() != ISD::BUILD_VECTOR && N.getOpcode() != ISD::SPLAT_VECTOR) 1059 if (V.getOpcode() ! in CommitTargetLoweringOpt() [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsRegisterBankInfo.cpp | 133 if (MI->getOpcode() == TargetOpcode::G_LOAD || in isFloatingPointOpcodeUse() 134 MI->getOpcode() == TargetOpcode::G_STORE) { in isFloatingPointOpcodeUse() 167 if (NonCopyInstr->getOpcode() == TargetOpcode::COPY && in isAmbiguous() 189 while (Ret->getOpcode() == TargetOpcode::COPY && in addDefUses() 203 while (Ret->getOpcode() == TargetOpcode::COPY && in skipCopiesOutgoing() 211 assert(isAmbiguous(MI->getOpcode()) && in skipCopiesOutgoing() 216 if (MI->getOpcode() == TargetOpcode::G_LOAD) 219 if (MI->getOpcode() == TargetOpcode::G_STORE) in skipCopiesIncoming() 229 if (MI->getOpcode() == TargetOpcode::G_SELECT) { in AmbiguousRegDefUseContainer() 236 if (MI->getOpcode() in AmbiguousRegDefUseContainer() [all...] |