Searched refs:getOpcode (Results 201 - 225 of 267) sorted by relevance

1234567891011

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp378 const NEONLdStTableEntry *TableEntry = LookupNEONLdSt(MI.getOpcode());
443 const NEONLdStTableEntry *TableEntry = LookupNEONLdSt(MI.getOpcode());
494 const NEONLdStTableEntry *TableEntry = LookupNEONLdSt(MI.getOpcode());
614 unsigned Opcode = MI.getOpcode();
686 unsigned Opcode = MI.getOpcode();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp98 switch (CE->getOpcode()) {
192 switch (CE->getOpcode()) {
1757 if (Cexpr->getOpcode() == Instruction::PtrToInt) {
1779 if (Cexpr->getOpcode() == Instruction::PtrToInt) {
1944 switch(MI.getOpcode()) {
H A DVectorElementize.cpp153 if ((mi->getOpcode() == NVPTX::PHI) ||
154 (mi->getOpcode() == NVPTX::IMPLICIT_DEF) || mi->isCopy()) {
162 return getScalarVersion(mi->getOpcode());
603 if ((Instr->getOpcode() == TargetOpcode::PHI) ||
604 (Instr->getOpcode() == TargetOpcode::DBG_VALUE))
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp60 assert(MBBI != Entry->end() && MBBI->getOpcode() == PPC::MTVRSAVE);
72 if (MBBI->getOpcode() == PPC::MTVRSAVE) {
88 assert(MBBI->getOpcode() == PPC::MFVRSAVE && "VRSAVE instrs wandered?");
286 if (MBBI->getOpcode() == PPC::UPDATE_VRSAVE) {
546 unsigned RetOpcode = MBBI->getOpcode();
H A DPPCRegisterInfo.cpp229 I->getOpcode() == PPC::ADJCALLSTACKUP) {
546 unsigned OpC = MI.getOpcode();
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp50 switch (N->getOpcode()) {
540 bool Signed = N->getOpcode() == ISD::SINT_TO_FP;
576 switch (N->getOpcode()) {
829 switch (N->getOpcode()) {
1172 bool isSigned = N->getOpcode() == ISD::SINT_TO_FP;
1248 if (TLI.getOperationAction(N->getOpcode(), N->getOperand(OpNo).getValueType())
1253 switch (N->getOpcode()) {
H A DLegalizeTypesGeneric.cpp499 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
500 Hi = DAG.getNode(N->getOpcode(), dl, LH.getValueType(), CH, LH, RH);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CppBackend/
H A DCPPBackend.cpp804 if (CE->getOpcode() == Instruction::GetElementPtr) {
821 switch (CE->getOpcode()) {
844 switch (CE->getOpcode()) {
1095 switch (I->getOpcode()) {
1206 switch (I->getOpcode()) {
1382 switch (I->getOpcode()) {
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DAliasAnalysis.h355 switch (I->getOpcode()) {
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetInstrInfo.h70 return MI->getOpcode() == TargetOpcode::IMPLICIT_DEF ||
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DLoopInfo.cpp165 if (Inc->getOpcode() == Instruction::Add &&
H A DPathNumbering.cpp380 if( instr.getOpcode() == Instruction::Call ) {
H A DScalarEvolution.cpp383 if (VCE->getOpcode() == Instruction::PtrToInt)
385 if (CE->getOpcode() == Instruction::GetElementPtr &&
400 if (VCE->getOpcode() == Instruction::PtrToInt)
402 if (CE->getOpcode() == Instruction::GetElementPtr &&
425 if (VCE->getOpcode() == Instruction::PtrToInt)
427 if (CE->getOpcode() == Instruction::GetElementPtr &&
3567 Opcode = I->getOpcode();
3576 Opcode = CE->getOpcode();
3708 if (BO->getOpcode() == Instruction::And &&
3775 if (L->getOpcode()
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineInstr.cpp838 if (Other->getOpcode() != getOpcode() ||
1561 OS << TM->getInstrInfo()->getName(getOpcode());
1924 HashComponents.push_back(MI->getOpcode());
H A DPeepholeOptimizer.cpp220 if (UseMI->getOpcode() == TargetOpcode::SUBREG_TO_REG)
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp528 switch (I.getOpcode()) {
767 if (I.getOpcode() == Instruction::Alloca)
1190 switch (CE->getOpcode()) {
1238 switch (CE->getOpcode()) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp409 if(Inst.getOpcode() == Mips::SC){
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsAsmPrinter.cpp82 switch (TmpInst0.getOpcode()) {
H A DMipsCodeEmitter.cpp166 if (Form == MipsII::FrmI && MI.getOpcode() == Mips::LUi)
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopRotation.cpp172 switch (I->getOpcode()) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DValue.cpp360 } else if (Operator::getOpcode(V) == Instruction::BitCast) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86RegisterInfo.cpp472 int Opcode = I->getOpcode();
562 unsigned Opc = MI.getOpcode();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DMergeFunctions.cpp292 if (I1->getOpcode() != I2->getOpcode() ||
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp44 if (I->getOpcode() == Instruction::Mul)
47 if (I->getOpcode() == Instruction::Shl)
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp678 switch (II->getOpcode()) {
730 if (Noop.getOpcode()) {
1453 switch (CE->getOpcode()) {
1546 switch (CE->getOpcode()) {
1891 if (CE->getOpcode() == Instruction::BitCast)

Completed in 244 milliseconds

1234567891011