Searched refs:getOpcode (Results 151 - 175 of 267) sorted by relevance

1234567891011

/macosx-10.10.1/llvmCore-3425.0.34/lib/TableGen/
H A DRecord.cpp220 if (BO->getOpcode() == UnOpInit::CAST) {
232 if (BO->getOpcode() == BinOpInit::STRCONCAT) {
289 if (BO->getOpcode() == UnOpInit::CAST) {
300 if (BO->getOpcode() == BinOpInit::CONCAT) {
713 switch (getOpcode()) {
836 return (UnOpInit::get(getOpcode(), lhs, getType()))->Fold(&R, 0);
870 switch (getOpcode()) {
928 switch (getOpcode()) {
947 return (BinOpInit::get(getOpcode(), lhs, rhs, getType()))->Fold(&R, 0);
1118 switch (getOpcode()) {
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DValueTracking.cpp329 switch (I->getOpcode()) {
655 unsigned Opcode = LU->getOpcode();
1024 switch (Operator::getOpcode(V)) {
1215 switch (I->getOpcode()) {
1228 if (I->getOpcode() == Instruction::Shl) {
1310 if (I->getOpcode() == Instruction::FAdd &&
1591 if (PtrOp->getOpcode() == Instruction::BitCast)
1777 } else if (Operator::getOpcode(V) == Instruction::BitCast) {
1857 switch (Inst->getOpcode()) {
H A DScalarEvolutionExpander.cpp53 if (CI->getOpcode() == Op) {
110 if ((CI->getOpcode() == Instruction::PtrToInt ||
111 CI->getOpcode() == Instruction::IntToPtr) &&
116 if ((CE->getOpcode() == Instruction::PtrToInt ||
117 CE->getOpcode() == Instruction::IntToPtr) &&
171 if (IP->getOpcode() == (unsigned)Opcode && IP->getOperand(0) == LHS &&
544 if (IP->getOpcode() == Instruction::GetElementPtr &&
907 switch (IncV->getOpcode()) {
H A DInstructionSimplify.cpp138 if (Op0->getOpcode() == OpcodeToExpand) {
161 if (Op1->getOpcode() == OpcodeToExpand) {
200 if (!Op0 || Op0->getOpcode() != OpcodeToExtract ||
201 !Op1 || Op1->getOpcode() != OpcodeToExtract)
272 if (Op0 && Op0->getOpcode() == Opcode) {
291 if (Op1 && Op1->getOpcode() == Opcode) {
314 if (Op0 && Op0->getOpcode() == Opcode) {
333 if (Op1 && Op1->getOpcode() == Opcode) {
406 if (Simplified && Simplified->getOpcode() == Opcode) {
716 } else if (Operator::getOpcode(
[all...]
H A DInlineCost.cpp446 if (Constant *C = ConstantExpr::getCast(I.getOpcode(), COp, I.getType())) {
461 if (Constant *C = ConstantFoldInstOperands(I.getOpcode(), I.getType(),
572 Value *SimpleV = SimplifyBinOp(I.getOpcode(), LHS, RHS, TD);
775 } else if (Operator::getOpcode(V) == Instruction::BitCast) {
H A DLoads.cpp69 } else if (Operator::getOpcode(V) == Instruction::BitCast) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86FrameLowering.cpp107 unsigned Opc = MBBI->getOpcode();
209 unsigned Opc = PI->getOpcode();
239 unsigned Opc = NI->getOpcode();
271 unsigned Opc = PI->getOpcode();
526 unsigned Opc = MI.getOpcode();
798 (MBBI->getOpcode() == X86::PUSH32r ||
799 MBBI->getOpcode() == X86::PUSH64r)) {
980 unsigned RetOpcode = MBBI->getOpcode();
1044 unsigned Opc = PI->getOpcode();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp37 if (I->getOpcode() == Instruction::InsertElement && isConstant &&
40 if (I->getOpcode() == Instruction::Load && I->hasOneUse())
157 return BinaryOperator::Create(BO->getOpcode(), newEI0, newEI1);
196 (CI->getOpcode() != Instruction::BitCast)) {
199 return CastInst::Create(CI->getOpcode(), EE, EI.getType());
H A DInstCombineLoadStoreAlloca.cpp33 if (CE->getOpcode() == Instruction::BitCast ||
34 CE->getOpcode() == Instruction::GetElementPtr)
157 if (CE->getOpcode() == Instruction::BitCast ||
158 (CE->getOpcode() == Instruction::GetElementPtr &&
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DThumb2InstrInfo.cpp79 if (MBBI->getOpcode() == ARM::t2IT) {
391 unsigned Opcode = MI.getOpcode();
568 unsigned Opc = MI->getOpcode();
H A DThumb2ITBlockPass.cpp92 switch (MI->getOpcode()) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeFrameLowering.cpp122 if (I->getOpcode() != MBlaze::LWI || I->getNumOperands() != 3 ||
131 SI->getOpcode() != MBlaze::SWI) continue;
175 if (I->getOpcode() != MBlaze::SWI || I->getNumOperands() != 3 ||
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp44 unsigned Opc = MI->getOpcode();
69 unsigned Opc = MI->getOpcode();
211 switch(MI->getDesc().getOpcode()) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/
H A DExecutionEngine.cpp555 switch (CE->getOpcode()) {
639 CE->getOpcode()==Instruction::FPToSI,
705 switch (CE->getOpcode()) {
720 switch (CE->getOpcode()) {
735 switch (CE->getOpcode()) {
753 switch (CE->getOpcode()) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp319 if (MI.getOpcode() == X86::MOV64rm)
959 unsigned Opcode = MI.getOpcode();
1189 if (MI.getOpcode() == X86::ADD64ri32 ||
1190 MI.getOpcode() == X86::MOV64ri32 ||
1191 MI.getOpcode() == X86::MOV64mi32 ||
1192 MI.getOpcode() == X86::PUSH64i32)
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCExpr.h294 /// getOpcode - Get the kind of this unary expression.
295 Opcode getOpcode() const { return Op; } function in class:llvm::MCUnaryExpr
426 /// getOpcode - Get the kind of this binary expression.
427 Opcode getOpcode() const { return Op; } function in class:llvm::MCBinaryExpr
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCoreFrameLowering.cpp260 assert(MBBI->getOpcode() == XCore::RETSP_u6
261 || MBBI->getOpcode() == XCore::RETSP_lu6);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp259 if (Incr == 0 || Incr->getOpcode() != Instruction::FAdd) return;
620 bool IsSigned = Cast->getOpcode() == Instruction::SExt;
621 if (!IsSigned && Cast->getOpcode() != Instruction::ZExt)
750 unsigned Opcode = DU.NarrowUse->getOpcode();
777 BinaryOperator *WideBO = BinaryOperator::Create(NarrowBO->getOpcode(),
797 if (DU.NarrowUse->getOpcode() != Instruction::Add)
1192 switch (IncI->getOpcode()) {
1210 if (IncI->getOpcode() == Instruction::GetElementPtr)
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcherOpt.cpp449 assert(Opcodes.insert(COM->getOpcode().getEnumName()) &&
451 Cases.push_back(std::make_pair(&COM->getOpcode(), COM->getNext()));
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DExpandPostRAPseudos.cpp217 switch (MI->getOpcode()) {
H A DScheduleDAGInstrs.cpp67 if (U->getOpcode() == Instruction::PtrToInt)
75 if (U->getOpcode() != Instruction::Add ||
77 Operator::getOpcode(U->getOperand(1)) != Instruction::Mul))
94 if (Operator::getOpcode(V) != Instruction::IntToPtr)
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonExpandPredSpillCode.cpp76 int Opc = MI->getOpcode();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Hexagon/InstPrinter/
H A DHexagonInstPrinter.cpp50 if (MI->getOpcode() == Hexagon::ENDLOOP0) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp146 OutMI.setOpcode(MI->getOpcode());
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp231 unsigned Opcode = J->getOpcode();

Completed in 318 milliseconds

1234567891011