Searched defs:Instructions (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp38 std::vector<AsmWriterInst> Instructions; member in class:__anon3567::AsmWriterEmitter
[all...]
H A DCodeGenTarget.h68 mutable DenseMap<const Record*, CodeGenInstruction*> Instructions; member in class:llvm::CodeGenTarget
H A DCodeGenDAGPatterns.cpp2988 const std::vector<const CodeGenInstruction*> &Instructions = local
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCWin64EH.h79 std::vector<MCWin64EHInstruction> Instructions; member in struct:llvm::MCWin64EHUnwindInfo
H A DMCDwarf.h447 std::vector<MCCFIInstruction> Instructions; member in struct:llvm::MCDwarfFrameInfo
/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.cpp75 std::vector<Instruction> Instructions; member in class:llvm::FrameEntry
[all...]
/freebsd-9.3-release/contrib/llvm/tools/bugpoint/
H A DCrashDebugger.cpp386 SmallPtrSet<Instruction*, 64> Instructions; local
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h63 typedef ilist<MachineInstr> Instructions; typedef in class:llvm::MachineBasicBlock
/freebsd-9.3-release/contrib/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp387 SmallVector<MCInst, 8> Instructions; local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp205 SmallInstructionVector Instructions; member in struct:__anon2645::LoopReroll::SimpleLoopReduction
[all...]
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCDwarf.cpp1301 const std::vector<MCCFIInstruction> &Instructions = local
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp562 processInstruction(MCInst &Inst, SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions) argument
633 expandInstruction(MCInst &Inst, SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions) argument
645 expandLoadImm(MCInst &Inst, SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions) argument
690 expandLoadAddressReg(MCInst &Inst, SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions) argument
733 expandLoadAddressImm(MCInst &Inst, SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions) argument
766 expandMemInst(MCInst &Inst, SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions, bool isLoad, bool isImmOpnd) argument
853 SmallVector<MCInst, 8> Instructions; local
[all...]

Completed in 72 milliseconds