Searched defs:Inst (Results 1 - 25 of 109) sorted by relevance

12345

/freebsd-10.0-release/contrib/llvm/lib/MC/
H A DMCInstrAnalysis.cpp13 uint64_t MCInstrAnalysis::evaluateBranch(const MCInst &Inst, uint64_t Addr, argument
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsDirectObjLower.cpp23 void Mips::LowerLargeShift(MCInst& Inst) { argument
H A DMipsAsmBackend.cpp230 void relaxInstruction(const MCInst &Inst, MCInst &Res) const { argument
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCInstBuilder.h23 MCInst Inst; member in class:llvm::MCInstBuilder
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsAnalyzeImmediate.h19 struct Inst { struct in class:llvm::MipsAnalyzeImmediate
H A DMipsOs16.cpp56 const Instruction &Inst = *I; local
H A DMipsAnalyzeImmediate.cpp15 MipsAnalyzeImmediate::Inst::Inst(unsigned O, unsigned I) : Opc(O), ImmOpnd(I) {} function in class:MipsAnalyzeImmediate::Inst
/freebsd-10.0-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCExpand.cpp98 Instruction *Inst = &*I; local
H A DObjCARCAPElim.cpp98 Instruction *Inst = I++; local
H A DDependencyAnalysis.cpp35 llvm::objcarc::CanAlterRefCount(const Instruction *Inst, const Value *Ptr, argument
72 llvm::objcarc::CanUse(const Instruction *Inst, const Value *Ptr, argument
117 llvm::objcarc::Depends(DependenceKind Flavor, Instruction *Inst, argument
237 Instruction *Inst = --LocalStartPos; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DDCE.cpp45 Instruction *Inst = DI++; local
H A DLowerAtomic.cpp117 Instruction *Inst = DI++; local
H A DSink.cpp74 bool Sinking::AllUsesDominatedByBlock(Instruction *Inst, argument
136 Instruction *Inst = I; // The instruction to sink. local
156 static bool isSafeToMove(Instruction *Inst, AliasAnalysis *AA, argument
180 IsAcceptableTarget(Instruction *Inst, BasicBlock *SuccToSinkTo) const argument
219 SinkInstruction(Instruction *Inst, SmallPtrSet<Instruction *, 8> &Stores) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DLoads.cpp156 Instruction *Inst = --ScanFrom; local
H A DCostModel.cpp237 Instruction *Inst = it; local
244 OS << " for instruction: "<< *Inst << "\n"; local
H A DMemDepPrinter.cpp102 Instruction *Inst = &*I; local
162 const Instruction *Inst = &*I; local
[all...]
H A DPHITransAddr.cpp25 static bool CanPHITrans(Instruction *Inst) { argument
118 Instruction *Inst = dyn_cast<Instruction>(Addr); local
149 Instruction *Inst = dyn_cast<Instruction>(V); local
[all...]
H A DSparsePropagation.cpp78 void SparseSolver::UpdateState(Instruction &Inst, LatticeVal V) { argument
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp113 Instruction *Inst = cast<Instruction>(U); local
/freebsd-10.0-release/contrib/llvm/tools/llvm-objdump/
H A DMCFunction.cpp55 MCInst Inst; local
116 const MCDecodedInst &Inst = BB.getInsts().back(); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp80 virtual void EmitInstruction(const MCInst& Inst) { argument
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeAsmBackend.cpp101 void MBlazeAsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const { argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp55 virtual void relaxInstruction(const MCInst &Inst, MCInst &Res) const { argument
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp132 void SystemZMCAsmBackend::relaxInstruction(const MCInst &Inst, argument
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp188 bool LCSSA::ProcessInstruction(Instruction *Inst, argument
[all...]

Completed in 121 milliseconds

12345