Searched refs:getDestination (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMachineLocation.h92 const MachineLocation &getDestination() const { return Destination; } function in class:llvm::MachineMove
H A DMCDwarf.h302 const MachineLocation &getDestination() const { return Destination; } function in class:llvm::MCCFIInstruction
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp180 const MachineLocation &Dst = Move.getDestination();
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCDwarf.cpp933 const MachineLocation &Dst = Instr.getDestination();
1007 unsigned Reg = Instr.getDestination().getReg();
1015 unsigned Reg = Instr.getDestination().getReg();
1244 TranslateMachineLocation(MRI, Moves[i].getDestination());
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DLocal.cpp235 if (IBI->getDestination(i) == TheOnlyDest)
238 IBI->getDestination(i)->removePredecessor(IBI->getParent());
H A DSimplifyCFG.cpp3633 BasicBlock *Dest = IBI->getDestination(i);
3651 BranchInst::Create(IBI->getDestination(0), IBI);
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/JIT/
H A DJITDwarfEmitter.cpp85 const MachineLocation &Dst = Move.getDestination();
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DInstructions.h2910 /// getDestination - Return the specified destination.
2911 BasicBlock *getDestination(unsigned i) { return getSuccessor(i); } function in class:llvm::IndirectBrInst
2912 const BasicBlock *getDestination(unsigned i) const { return getSuccessor(i); } function in class:llvm::IndirectBrInst
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DVerifier.cpp840 Assert1(BI.getDestination(i)->getType()->isLabelTy(),

Completed in 205 milliseconds