Home
last modified time | relevance | path

Searched defs:instructions (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstIterator.h133 inline inst_range instructions(Function *F) { in instructions() function
142 inline const_inst_range instructions(const Function *F) { in instructions() function
147 inline inst_range instructions(Function &F) { in instructions() function
156 inline const_inst_range instructions(const Function &F) { in instructions() function
/netbsd-src/games/cribbage/
H A Dinstr.c59 instructions(void) in instructions() function
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DPasses.rst636 .. _passes-aggressive-instcombine:
1150 .. _passes-verify:
H A DProgrammersManual.rst2933 .. _schanges_deleting_sub:
/netbsd-src/games/fish/
H A Dfish.c433 instructions(void) in instructions() function
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Darc-ext.c71 struct ExtInstruction* instructions[INST_HASH_SIZE]; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRCanonicalizerPass.cpp94 rescheduleLexographically(std::vector<MachineInstr *> instructions, in rescheduleLexographically()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Darc-ext.c71 struct ExtInstruction* instructions[INST_HASH_SIZE]; member
/netbsd-src/usr.sbin/gspa/gspa/
H A Dgsp_inst.c114 struct inst instructions[] = { variable
/netbsd-src/games/wump/
H A Dwump.c744 instructions(void) in instructions() function
/netbsd-src/sys/lib/libunwind/
H A DDwarfParser.hpp306 CFI_Parser<A, R>::parseInstructions(A &addressSpace, pint_t instructions, in parseInstructions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp344 ArrayRef<MachineInstr *> instructions() const { in instructions() function in __anoncbde8b740111::Closure
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1557 InstrArray &instructions() { return Instrs; } in instructions() function
1558 const InstrArray &instructions() const { return Instrs; } in instructions() function