Searched defs:Inst (Results 26 - 50 of 131) sorted by relevance

123456

/freebsd-10.1-release/contrib/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp209 Instruction *Inst = cast<Instruction>(U); local
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp60 Instruction *Inst; member in struct:__anon2718::BoundsChecking
112 Instruction *Inst = Builder->GetInsertPoint(); local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Scalar/
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...]
H A DLoopRotation.cpp358 Instruction *Inst = I++; local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp179 bool LCSSA::ProcessInstruction(Instruction *Inst, argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/llvm-mc/
H A DDisassembler.cpp63 MCInst Inst; local
/freebsd-10.1-release/contrib/llvm/include/llvm/MC/
H A DMCAtom.h115 MCInst Inst; member in class:llvm::MCDecodedInst
118 MCDecodedInst(const MCInst &Inst, uint64_t Address, uint64_t Size) argument
H A DMCTargetAsmParser.h172 virtual unsigned checkTargetMatchPredicate(MCInst &Inst) { argument
/freebsd-10.1-release/contrib/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp161 Instruction &Inst = *I; local
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DStackProtector.cpp267 Instruction *Inst = &*I; local
/freebsd-10.1-release/contrib/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp182 static int getItineraryLatency(LLVMDisasmContext *DC, const MCInst &Inst) { argument
207 static int getLatency(LLVMDisasmContext *DC, const MCInst &Inst) { argument
244 static void emitLatency(LLVMDisasmContext *DC, const MCInst &Inst) { argument
274 MCInst Inst; local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/MC/
H A DMCMachOStreamer.cpp381 void MCMachOStreamer::EmitInstToData(const MCInst &Inst) { argument
H A DMCPureStreamer.cpp191 void MCPureStreamer::EmitInstToFragment(const MCInst &Inst) { argument
209 void MCPureStreamer::EmitInstToData(const MCInst &Inst) { argument
H A DWinCOFFStreamer.cpp80 virtual void EmitInstToData(const MCInst &Inst) { argument
/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp66 MCCFIInstruction Inst = MCCFIInstruction::createDefCfa(0, Reg, 0); local
139 evaluateBranch(const MCInst &Inst, uint64_t Addr, uint64_t Size, uint64_t &Target) const argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp297 bool evaluateBranch(const MCInst &Inst, uint64_t Addr, argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCTargetDesc.cpp104 MCCFIInstruction Inst = MCCFIInstruction::createDefCfa(0, SP, 0); local
/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp71 void MipsInstrInfo::AnalyzeCondBr(const MachineInstr *Inst, unsigned Opc, argument
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp81 MCCFIInstruction Inst = local
/freebsd-10.1-release/contrib/llvm/lib/Target/R600/MCTargetDesc/
H A DR600MCCodeEmitter.cpp133 uint64_t Inst = getBinaryCodeForInstr(MI, Fixups); local
/freebsd-10.1-release/contrib/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp116 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, argument
127 static DecodeStatus DecodeI64RegsRegisterClass(MCInst &Inst, argument
139 static DecodeStatus DecodeFPRegsRegisterClass(MCInst &Inst, argument
151 static DecodeStatus DecodeDFPRegsRegisterClass(MCInst &Inst, argument
163 static DecodeStatus DecodeQFPRegsRegisterClass(MCInst &Inst, argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCTargetDesc.cpp41 MCCFIInstruction Inst = MCCFIInstruction::createDefCfa(0, Reg, 0); local
50 MCCFIInstruction Inst = MCCFIInstruction::createDefCfa(0, Reg, 2047); local
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp294 MCCFIInstruction Inst = MCCFIInstruction::createDefCfa( local
/freebsd-10.1-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h261 static inline Value *GetObjCArg(Value *Inst) { argument
H A DObjCARCContract.cpp344 Instruction *Inst = &*I++; local
[all...]

Completed in 291 milliseconds

123456