/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64MacroFusion.cpp | 24 if (SecondMI.getOpcode() != AArch64::Bcc) in isArithmeticBccPair() 38 switch (FirstMI->getOpcode()) { in isArithmeticBccPair() 72 if (SecondMI.getOpcode() != AArch64::CBZW && in isArithmeticCbzPair() 73 SecondMI.getOpcode() != AArch64::CBZX && in isArithmeticCbzPair() 74 SecondMI.getOpcode() != AArch64::CBNZW && in isArithmeticCbzPair() 75 SecondMI.getOpcode() != AArch64::CBNZX) in isArithmeticCbzPair() 82 switch (FirstMI->getOpcode()) { in isArithmeticCbzPair() 123 switch (SecondMI.getOpcode()) { in isAESPair() 127 return FirstMI == nullptr || FirstMI->getOpcode() == AArch64::AESErr; in isAESPair() 131 return FirstMI == nullptr || FirstMI->getOpcode() == AArch64::AESDrr; in isAESPair() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGNodes.h | 201 inline unsigned getOpcode() const; 621 unsigned getOpcode() const { return (unsigned short)NodeType; } 853 if (TopologicalPrune && M->getOpcode() != ISD::TokenFactor && (NId > 0) && 1109 inline unsigned SDValue::getOpcode() const { 1110 return Node->getOpcode(); 1241 return N->getOpcode() == ISD::ADDRSPACECAST; 1347 switch (getOpcode()) { 1363 return N->getOpcode() == ISD::LOAD || 1364 N->getOpcode() == ISD::STORE || 1365 N->getOpcode() == ISD::PREFETCH || [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
H A D | VEISelDAGToDAG.cpp | 161 if (Addr.getOpcode() == ISD::FrameIndex) in selectADDRrri() 163 if (Addr.getOpcode() == ISD::TargetExternalSymbol || in selectADDRrri() 164 Addr.getOpcode() == ISD::TargetGlobalAddress || in selectADDRrri() 165 Addr.getOpcode() == ISD::TargetGlobalTLSAddress) in selectADDRrri() 225 if (Addr.getOpcode() == ISD::TargetExternalSymbol || in selectADDRzii() 226 Addr.getOpcode() == ISD::TargetGlobalAddress || in selectADDRzii() 227 Addr.getOpcode() == ISD::TargetGlobalTLSAddress) in selectADDRzii() 256 if (Addr.getOpcode() == ISD::TargetExternalSymbol || in selectADDRzi() 257 Addr.getOpcode() == ISD::TargetGlobalAddress || in selectADDRzi() 258 Addr.getOpcode() == ISD::TargetGlobalTLSAddress) in selectADDRzi() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BPFMIChecking.cpp | 157 if (MI.getOpcode() != BPF::XADDW && in processAtomicInsts() 158 MI.getOpcode() != BPF::XADDD && in processAtomicInsts() 159 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() != BPF::XFORW32 && MI.getOpcode() != BPF::XFORD) in processAtomicInsts() 199 switch (MI.getOpcode()) { in processAtomicInsts()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | DelaySlotFiller.cpp | 117 (MI->getOpcode() == SP::RESTORErr in runOnMachineBasicBlock() 118 || MI->getOpcode() == SP::RESTOREri)) { in runOnMachineBasicBlock() 126 (MI->getOpcode() == SP::FCMPS || MI->getOpcode() == SP::FCMPD in runOnMachineBasicBlock() 127 || MI->getOpcode() == SP::FCMPQ)) { in runOnMachineBasicBlock() 178 if (slot->getOpcode() == SP::RET || slot->getOpcode() == SP::TLS_CALL) in findDelayInstr() 181 if (slot->getOpcode() == SP::RETL) { in findDelayInstr() 185 if (J->getOpcode() == SP::RESTORErr in findDelayInstr() 186 || J->getOpcode() == SP::RESTOREri) { in findDelayInstr() 270 unsigned Opcode = candidate->getOpcode(); in delayHasHazard() 296 switch(MI->getOpcode()) { in insertCallDefsUses() [all …]
|
H A D | SparcISelDAGToDAG.cpp | 83 if (Addr.getOpcode() == ISD::TargetExternalSymbol || in SelectADDRri() 84 Addr.getOpcode() == ISD::TargetGlobalAddress || in SelectADDRri() 85 Addr.getOpcode() == ISD::TargetGlobalTLSAddress) in SelectADDRri() 88 if (Addr.getOpcode() == ISD::ADD) { in SelectADDRri() 104 if (Addr.getOperand(0).getOpcode() == SPISD::Lo) { in SelectADDRri() 109 if (Addr.getOperand(1).getOpcode() == SPISD::Lo) { in SelectADDRri() 121 if (Addr.getOpcode() == ISD::FrameIndex) return false; in SelectADDRrr() 122 if (Addr.getOpcode() == ISD::TargetExternalSymbol || in SelectADDRrr() 123 Addr.getOpcode() == ISD::TargetGlobalAddress || in SelectADDRrr() 124 Addr.getOpcode() == ISD::TargetGlobalTLSAddress) in SelectADDRrr() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCMIPeephole.cpp | 171 unsigned Opcode = MI->getOpcode(); in getKnownLeadingZeroCount() 293 unsigned Opcode = Instr->getOpcode(); in collectUnprimedAccPHIs() 336 unsigned Opcode = PHIInput->getOpcode(); in convertUnprimedAccPHIs() 429 switch (MI.getOpcode()) { in simplifyCode() 453 if (RootPHI->getOpcode() != PPC::PHI) in simplifyCode() 523 unsigned DefOpc = DefMI->getOpcode(); in simplifyCode() 536 if (LoadMI && LoadMI->getOpcode() == PPC::LXVDSX) in simplifyCode() 622 unsigned MyOpcode = MI.getOpcode(); in simplifyCode() 631 unsigned DefOpcode = DefMI->getOpcode(); in simplifyCode() 639 return Splt && (Splt->getOpcode() == PPC::LXVWSX || in simplifyCode() [all …]
|
H A D | PPCBranchSelector.cpp | 145 if (TII->isPrefixed(MI.getOpcode())) { in ComputeBlockSizes() 335 if (I->getOpcode() == PPC::BCC && !I->getOperand(2).isImm()) in runOnMachineFunction() 337 else if ((I->getOpcode() == PPC::BC || I->getOpcode() == PPC::BCn) && in runOnMachineFunction() 340 else if ((I->getOpcode() == PPC::BDNZ8 || I->getOpcode() == PPC::BDNZ || in runOnMachineFunction() 341 I->getOpcode() == PPC::BDZ8 || I->getOpcode() == PPC::BDZ) && in runOnMachineFunction() 364 if (I->getOpcode() == PPC::BCC) { in runOnMachineFunction() 375 } else if (I->getOpcode() == PPC::BC) { in runOnMachineFunction() 378 } else if (I->getOpcode() == PPC::BCn) { in runOnMachineFunction() 381 } else if (I->getOpcode() == PPC::BDNZ) { in runOnMachineFunction() 383 } else if (I->getOpcode() == PPC::BDNZ8) { in runOnMachineFunction() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
H A D | LanaiISelDAGToDAG.cpp | 113 if (Addr.getOpcode() == ISD::OR && in selectAddrSls() 114 Addr.getOperand(1).getOpcode() == LanaiISD::SMALL) { in selectAddrSls() 163 if ((Addr.getOpcode() == ISD::TargetExternalSymbol || in selectAddrRiSpls() 164 Addr.getOpcode() == ISD::TargetGlobalAddress)) in selectAddrRiSpls() 168 ISD::NodeType AluOperator = static_cast<ISD::NodeType>(Addr.getOpcode()); in selectAddrRiSpls() 192 Addr.getOperand(1).getOpcode() == LanaiISD::SMALL) in selectAddrRiSpls() 214 if (Addr.getOpcode() == ISD::FrameIndex) in selectAddrRr() 218 if ((Addr.getOpcode() == ISD::TargetExternalSymbol || in selectAddrRr() 219 Addr.getOpcode() == ISD::TargetGlobalAddress)) in selectAddrRr() 223 ISD::NodeType AluOperator = static_cast<ISD::NodeType>(Addr.getOpcode()); in selectAddrRr() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | MVETPAndVPTOptimisationsPass.cpp | 97 while (MI && MI->getOpcode() == TargetOpcode::COPY && in INITIALIZE_PASS_DEPENDENCY() 119 if (T.getOpcode() == ARM::t2LoopEnd && T.getOperand(1).getMBB() == Header) { in findLoopComponents() 123 if (T.getOpcode() == ARM::t2LoopEndDec && in findLoopComponents() 144 if (LoopEnd->getOpcode() == ARM::t2LoopEndDec) in findLoopComponents() 149 if (!LoopDec || LoopDec->getOpcode() != ARM::t2LoopDec) { in findLoopComponents() 158 if (!LoopPhi || LoopPhi->getOpcode() != TargetOpcode::PHI || in findLoopComponents() 171 if (!LoopStart || (LoopStart->getOpcode() != ARM::t2DoLoopStart && in findLoopComponents() 172 LoopStart->getOpcode() != ARM::t2WhileLoopSetup && in findLoopComponents() 173 LoopStart->getOpcode() != ARM::t2WhileLoopStartLR)) { in findLoopComponents() 184 assert(MI->getOpcode() == ARM::t2WhileLoopSetup && in RevertWhileLoopSetup() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | R600EmitClauseMarkers.cpp | 37 switch (MI.getOpcode()) { in OccupiedDwords() 51 if (TII->isLDSRetInstr(MI.getOpcode())) in OccupiedDwords() 54 if (TII->isVector(MI) || TII->isCubeOp(MI.getOpcode()) || in OccupiedDwords() 55 TII->isReductionOp(MI.getOpcode())) in OccupiedDwords() 70 if (TII->isALUInstr(MI.getOpcode())) in isALU() 72 if (TII->isVector(MI) || TII->isCubeOp(MI.getOpcode())) in isALU() 74 switch (MI.getOpcode()) { in isALU() 88 switch (MI.getOpcode()) { in IsTrivialInst() 118 if (!TII->isALUInstr(MI.getOpcode()) && MI.getOpcode() != R600::DOT_4) in SubstituteKCacheBank() 124 (TII->isALUInstr(MI.getOpcode()) || MI.getOpcode() == R600::DOT_4) && in SubstituteKCacheBank() [all …]
|
H A D | GCNHazardRecognizer.cpp | 98 unsigned Opcode = MI.getOpcode(); in isXDL() 111 if (TII.isAlwaysGDS(MI.getOpcode())) in isSendMsgTraceDataOrGDS() 114 switch (MI.getOpcode()) { in isSendMsgTraceDataOrGDS() 125 if (TII.isDS(MI.getOpcode())) { in isSendMsgTraceDataOrGDS() 126 int GDS = AMDGPU::getNamedOperandIdx(MI.getOpcode(), in isSendMsgTraceDataOrGDS() 136 unsigned Opcode = MI.getOpcode(); in isPermlane() 181 if (isDivFMas(MI->getOpcode()) && checkDivFMasHazards(MI) > 0) in getHazardType() 184 if (isRWLane(MI->getOpcode()) && checkRWLaneHazards(MI) > 0) in getHazardType() 192 if (isSGetReg(MI->getOpcode()) && checkGetRegHazards(MI) > 0) in getHazardType() 195 if (isSSetReg(MI->getOpcode()) && checkSetRegHazards(MI) > 0) in getHazardType() [all …]
|
H A D | R600InstrInfo.cpp | 35 return get(MI.getOpcode()).TSFlags & R600_InstFlag::VECTOR; in isVector() 137 if (isALUInstr(MI.getOpcode())) in canBeConsideredALU() 139 if (isVector(MI) || isCubeOp(MI.getOpcode())) in canBeConsideredALU() 141 switch (MI.getOpcode()) { in canBeConsideredALU() 161 return isTransOnly(MI.getOpcode()); in isTransOnly() 169 return isVectorOnly(MI.getOpcode()); in isVectorOnly() 183 usesVertexCache(MI.getOpcode()); in usesVertexCache() 193 usesVertexCache(MI.getOpcode())) || in usesTextureCache() 194 usesTextureCache(MI.getOpcode()); in usesTextureCache() 216 if (!isALUInstr(MI.getOpcode())) { in readsLDSSrcReg() [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(), Ops[i]); 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(), R600::OpName::pred_sel), in isLegalToPacketizeTogether() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonNewValueJump.cpp | 137 if (II->getOpcode() == TargetOpcode::KILL) in INITIALIZE_PASS_DEPENDENCY() 221 if (MII->getOpcode() == TargetOpcode::KILL || in commonChecksToProhibitNewValueJump() 222 MII->getOpcode() == TargetOpcode::PHI || in commonChecksToProhibitNewValueJump() 223 MII->getOpcode() == TargetOpcode::COPY) in commonChecksToProhibitNewValueJump() 230 if (MII->getOpcode() == Hexagon::LDriw_pred || in commonChecksToProhibitNewValueJump() 231 MII->getOpcode() == Hexagon::STriw_pred) in commonChecksToProhibitNewValueJump() 258 switch (MI.getOpcode()) { in canCompareBeNewValueJump() 296 if (def->getOpcode() == TargetOpcode::COPY) in canCompareBeNewValueJump() 348 switch (MI->getOpcode()) { in getNewValueJumpOpcode() 430 switch (MI.getOpcode()) { in isNewValueJumpCandidate() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 264 assert(N->getOpcode() != ISD::DELETED_NODE && in AddToWorklist() 269 if (N->getOpcode() == ISD::HANDLENODE) in AddToWorklist() 650 switch (StoreVal.getOpcode()) { in getStoreSource() 894 if (N.getOpcode() == ISD::SETCC) { in isSetCCEquivalent() 902 (N.getOpcode() == ISD::STRICT_FSETCC || in isSetCCEquivalent() 903 N.getOpcode() == ISD::STRICT_FSETCCS)) { in isSetCCEquivalent() 910 if (N.getOpcode() != ISD::SELECT_CC || in isSetCCEquivalent() 968 if (N.getOpcode() != ISD::BUILD_VECTOR && N.getOpcode() != ISD::SPLAT_VECTOR) in isConstantOrConstantVector() 985 if (V.getOpcode() != ISD::BUILD_VECTOR) in isAnyConstantBuildVector() 994 (LD->getOperand(2).getOpcode() != ISD::TargetConstant || in canSplitIdx() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsRegisterBankInfo.cpp | 154 if (MI->getOpcode() == TargetOpcode::G_LOAD || in isGprbTwoInstrUnalignedLoadOrStore() 155 MI->getOpcode() == TargetOpcode::G_STORE) { in isGprbTwoInstrUnalignedLoadOrStore() 188 if (NonCopyInstr->getOpcode() == TargetOpcode::COPY && in addDefUses() 210 while (Ret->getOpcode() == TargetOpcode::COPY && in skipCopiesOutgoing() 224 while (Ret->getOpcode() == TargetOpcode::COPY && in skipCopiesIncoming() 232 assert(isAmbiguous(MI->getOpcode()) && in AmbiguousRegDefUseContainer() 237 if (MI->getOpcode() == TargetOpcode::G_LOAD) in AmbiguousRegDefUseContainer() 240 if (MI->getOpcode() == TargetOpcode::G_STORE) in AmbiguousRegDefUseContainer() 243 if (MI->getOpcode() == TargetOpcode::G_PHI) { in AmbiguousRegDefUseContainer() 250 if (MI->getOpcode() == TargetOpcode::G_SELECT) { in AmbiguousRegDefUseContainer() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 152 if (MI.getOpcode() != TargetOpcode::COPY) in matchCombineCopy() 177 assert(MI.getOpcode() == TargetOpcode::G_CONCAT_VECTORS && in matchCombineConcatVectors() 189 switch (Def->getOpcode()) { in matchCombineConcatVectors() 253 assert(MI.getOpcode() == TargetOpcode::G_SHUFFLE_VECTOR && in matchCombineShuffleVector() 445 if (MI.getOpcode() != TargetOpcode::G_LOAD && in matchCombineExtendingLoads() 446 MI.getOpcode() != TargetOpcode::G_SEXTLOAD && in matchCombineExtendingLoads() 447 MI.getOpcode() != TargetOpcode::G_ZEXTLOAD) in matchCombineExtendingLoads() 475 unsigned PreferredOpcode = MI.getOpcode() == TargetOpcode::G_LOAD in matchCombineExtendingLoads() 477 : MI.getOpcode() == TargetOpcode::G_SEXTLOAD in matchCombineExtendingLoads() 482 if (UseMI.getOpcode() == TargetOpcode::G_SEXT || in matchCombineExtendingLoads() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Instruction.h | 160 unsigned getOpcode() const { return getValueID() - InstructionVal; } 162 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } 163 bool isTerminator() const { return isTerminator(getOpcode()); } 164 bool isUnaryOp() const { return isUnaryOp(getOpcode()); } 165 bool isBinaryOp() const { return isBinaryOp(getOpcode()); } 166 bool isIntDivRem() const { return isIntDivRem(getOpcode()); } 167 bool isShift() const { return isShift(getOpcode()); } 168 bool isCast() const { return isCast(getOpcode()); } 169 bool isFuncletPad() const { return isFuncletPad(getOpcode()); } 171 return isExceptionalTerminator(getOpcode()); [all …]
|
H A D | Operator.h | 40 unsigned getOpcode() const { in getOpcode() function 42 return I->getOpcode(); in getOpcode() 43 return cast<ConstantExpr>(this)->getOpcode(); in getOpcode() 48 static unsigned getOpcode(const Value *V) { in getOpcode() function 50 return I->getOpcode(); in getOpcode() 52 return CE->getOpcode(); in getOpcode() 101 return I->getOpcode() == Instruction::Add || in classof() 102 I->getOpcode() == Instruction::Sub || in classof() 103 I->getOpcode() == Instruction::Mul || in classof() 104 I->getOpcode() == Instruction::Shl; in classof() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
H A D | ARCISelDAGToDAG.cpp | 77 if (Addr.getOpcode() == ARCISD::GAWRAPPER) { in SelectAddrModeImm() 87 if (Addr.getOpcode() == ARCISD::GAWRAPPER) { in SelectAddrModeS9() 91 if (Addr.getOpcode() != ISD::ADD && Addr.getOpcode() != ISD::SUB && in SelectAddrModeS9() 93 if (Addr.getOpcode() == ISD::FrameIndex) { in SelectAddrModeS9() 107 if (Addr.getOpcode() == ISD::SUB) in SelectAddrModeS9() 114 if (Base.getOpcode() == ISD::FrameIndex) { in SelectAddrModeS9() 131 if (Addr.getOpcode() == ARCISD::GAWRAPPER) { in SelectAddrModeFar() 136 if (Addr.getOpcode() == ISD::SUB) in SelectAddrModeFar() 154 if (Addr.getOpcode() == ISD::ADD) { in SelectFrameADDR_ri() 170 switch (N->getOpcode()) { in Select()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyCFGStackify.cpp | 305 if (MI.getOpcode() == WebAssembly::LOOP) { in placeBlockMarker() 319 if (MI.getOpcode() == WebAssembly::BLOCK || in placeBlockMarker() 320 MI.getOpcode() == WebAssembly::TRY) { in placeBlockMarker() 331 if (MI.getOpcode() == WebAssembly::END_BLOCK || in placeBlockMarker() 332 MI.getOpcode() == WebAssembly::END_LOOP || in placeBlockMarker() 333 MI.getOpcode() == WebAssembly::END_TRY) in placeBlockMarker() 367 if (MI.getOpcode() == WebAssembly::LOOP || in placeBlockMarker() 368 MI.getOpcode() == WebAssembly::TRY) in placeBlockMarker() 376 if (MI.getOpcode() == WebAssembly::END_LOOP || in placeBlockMarker() 377 MI.getOpcode() == WebAssembly::END_TRY) { in placeBlockMarker() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanSLP.cpp | 92 unsigned Opcode = OriginalInstr->getOpcode(); in areVectorizable() 96 return I->getOpcode() == Opcode && in areVectorizable() 128 if (VPI->getOpcode() == Instruction::Load && in areVectorizable() 175 cast<VPInstruction>(Values[0])->getOpcode()); in areCommutative() 183 switch (VPI->getOpcode()) { in getOperands() 199 static Optional<unsigned> getOpcode(ArrayRef<VPValue *> Values) { in getOpcode() function 200 unsigned Opcode = cast<VPInstruction>(Values[0])->getOpcode(); in getOpcode() 202 return cast<VPInstruction>(V)->getOpcode() != Opcode; in getOpcode() 212 if (A->getOpcode() != B->getOpcode()) in areConsecutiveOrMatch() 215 if (A->getOpcode() != Instruction::Load && in areConsecutiveOrMatch() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64ExternalSymbolizer.cpp | 92 } else if (MI.getOpcode() == AArch64::ADRP) { in tryAddingSymbolicOperand() 105 } else if (MI.getOpcode() == AArch64::ADDXri || in tryAddingSymbolicOperand() 106 MI.getOpcode() == AArch64::LDRXui || in tryAddingSymbolicOperand() 107 MI.getOpcode() == AArch64::LDRXl || in tryAddingSymbolicOperand() 108 MI.getOpcode() == AArch64::ADR) { in tryAddingSymbolicOperand() 109 if (MI.getOpcode() == AArch64::ADDXri) in tryAddingSymbolicOperand() 111 else if (MI.getOpcode() == AArch64::LDRXui) in tryAddingSymbolicOperand() 113 if (MI.getOpcode() == AArch64::LDRXl) { in tryAddingSymbolicOperand() 117 } else if (MI.getOpcode() == AArch64::ADR) { in tryAddingSymbolicOperand() 126 MI.getOpcode() == AArch64::ADDXri ? 0x91000000: 0xF9400000; in tryAddingSymbolicOperand()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | UndefResultChecker.cpp | 113 << BinaryOperator::getOpcodeStr(B->getOpcode()) in checkPostStmt() 119 if ((B->getOpcode() == BinaryOperatorKind::BO_Shl || in checkPostStmt() 120 B->getOpcode() == BinaryOperatorKind::BO_Shr) && in checkPostStmt() 123 << ((B->getOpcode() == BinaryOperatorKind::BO_Shl) ? "left" in checkPostStmt() 127 } else if ((B->getOpcode() == BinaryOperatorKind::BO_Shl || in checkPostStmt() 128 B->getOpcode() == BinaryOperatorKind::BO_Shr) && in checkPostStmt() 132 << ((B->getOpcode() == BinaryOperatorKind::BO_Shl) ? "left" in checkPostStmt() 149 } else if (B->getOpcode() == BinaryOperatorKind::BO_Shl && in checkPostStmt() 154 } else if (B->getOpcode() == BinaryOperatorKind::BO_Shl && in checkPostStmt() 170 << BinaryOperator::getOpcodeStr(B->getOpcode()) in checkPostStmt()
|