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

1234

/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCInstrAnalysis.cpp13 uint64_t MCInstrAnalysis::evaluateBranch(const MCInst &Inst, uint64_t Addr, argument
H A DMCMachOStreamer.cpp411 void MCMachOStreamer::EmitInstToData(const MCInst &Inst) { argument
H A DMCObjectStreamer.cpp162 void MCObjectStreamer::EmitInstruction(const MCInst &Inst) { argument
195 void MCObjectStreamer::EmitInstToFragment(const MCInst &Inst) { argument
[all...]
H A DMCPureStreamer.cpp193 void MCPureStreamer::EmitInstToFragment(const MCInst &Inst) { argument
210 void MCPureStreamer::EmitInstToData(const MCInst &Inst) { argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/MCDisassembler/
H A DEDOperand.h36 const EDInst &Inst; member in struct:llvm::EDOperand
H A DEDInst.h64 llvm::MCInst *Inst; member in struct:llvm::EDInst
H A DDisassembler.cpp152 MCInst Inst; local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsDirectObjLower.cpp23 void Mips::LowerLargeShift(MCInst& Inst) { argument
H A DMipsAnalyzeImmediate.h19 struct Inst { struct in class:llvm::MipsAnalyzeImmediate
H A DMipsAnalyzeImmediate.cpp15 MipsAnalyzeImmediate::Inst::Inst(unsigned O, unsigned I) : Opc(O), ImmOpnd(I) {} function in class:MipsAnalyzeImmediate::Inst
/macosx-10.9.5/llvmCore-3425.0.33/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...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DLoads.cpp185 Instruction *Inst = --ScanFrom; 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
H A DAliasAnalysisEvaluator.cpp144 Instruction &Inst = *I; local
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-objdump/
H A DMCFunction.cpp55 MCInst Inst; local
116 const MCDecodedInst &Inst = BB.getInsts().back(); local
[all...]
H A DMCFunction.h35 MCInst Inst; member in struct:llvm::MCDecodedInst
38 MCDecodedInst(uint64_t Address, uint64_t Size, MCInst Inst) argument
61 void addInst(const MCDecodedInst &Inst) { Insts.push_back(Inst); } argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeAsmBackend.cpp101 void MBlazeAsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const { argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp221 void relaxInstruction(const MCInst &Inst, MCInst &Res) const { argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DLCSSA.cpp178 bool LCSSA::ProcessInstruction(Instruction *Inst, argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCTargetAsmParser.h147 virtual unsigned checkTargetMatchPredicate(MCInst &Inst) { argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp223 uint64_t evaluateBranch(const MCInst &Inst, uint64_t Addr, argument
[all...]

Completed in 288 milliseconds

1234