HomeSort by relevance Sort by last modified time
    Searched full:instruction (Results 1251 - 1275 of 6099) sorted by null

<<51525354555657585960>>

  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 87 bool instrumentLoadOrStore(Instruction *I, const DataLayout &DL);
88 bool instrumentAtomic(Instruction *I, const DataLayout &DL);
89 bool instrumentMemIntrinsic(Instruction *I);
90 void chooseInstructionsToInstrument(SmallVectorImpl<Instruction *> &Local,
91 SmallVectorImpl<Instruction *> &All,
239 static bool isVtableAccess(Instruction *I) {
279 SmallVectorImpl<Instruction *> &Local, SmallVectorImpl<Instruction *> &All,
283 for (SmallVectorImpl<Instruction*>::reverse_iterator It = Local.rbegin(),
285 Instruction *I = *It
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
SimpleEnumUseChecker.java 28 import proguard.classfile.instruction.*;
29 import proguard.classfile.instruction.visitor.InstructionVisitor;
124 Instruction instruction = InstructionFactory.create(codeAttribute.code, local
127 instruction.accept(clazz, method, codeAttribute, offset, this);
149 // Check if the instruction is storing a simple enum in a
169 // Check if the instruction is returning a simple enum as a
219 // Check if the instruction is generalizing a simple enum to a
228 // Check if the instruction is calling a simple enum.
272 // Check if the instruction is popping a different type
    [all...]
  /art/compiler/optimizing/
optimizing_unit_test.h 111 // Returns if the instruction is removed from the graph.
112 inline bool IsRemoved(HInstruction* instruction) {
113 return instruction->GetBlock() == nullptr;
  /art/oatdump/
Android.mk 54 --output=$(ART_DUMP_OAT_PATH)/core.target.oatdump.txt --instruction-set=$(TARGET_ARCH)
62 --output=$(ART_DUMP_OAT_PATH)/boot.$(TARGET_ARCH).oatdump.txt --instruction-set=$(TARGET_ARCH)
69 --output=$(ART_DUMP_OAT_PATH)/boot.$(TARGET_2ND_ARCH).oatdump.txt --instruction-set=$(TARGET_2ND_ARCH)
  /art/runtime/arch/
instruction_set_features.h 35 // Abstraction used to describe features of a different instruction sets.
46 // Turn C pre-processor #defines into the equivalent instruction set features for kRuntimeISA.
77 // Does the instruction set variant require instructions for correctness with SMP?
  /art/runtime/verifier/
register_line.cc 47 const RegType& RegisterLine::GetInvocationThis(MethodVerifier* verifier, const Instruction* inst,
201 void RegisterLine::CheckUnaryOp(MethodVerifier* verifier, const Instruction* inst,
208 void RegisterLine::CheckUnaryOpWide(MethodVerifier* verifier, const Instruction* inst,
216 void RegisterLine::CheckUnaryOpToWide(MethodVerifier* verifier, const Instruction* inst,
224 void RegisterLine::CheckUnaryOpFromWide(MethodVerifier* verifier, const Instruction* inst,
232 void RegisterLine::CheckBinaryOp(MethodVerifier* verifier, const Instruction* inst,
252 void RegisterLine::CheckBinaryOpWide(MethodVerifier* verifier, const Instruction* inst,
262 void RegisterLine::CheckBinaryOpWideShift(MethodVerifier* verifier, const Instruction* inst,
271 void RegisterLine::CheckBinaryOp2addr(MethodVerifier* verifier, const Instruction* inst,
290 void RegisterLine::CheckBinaryOp2addrWide(MethodVerifier* verifier, const Instruction* inst
    [all...]
  /build/core/
dex_preopt_libart_boot.mk 62 --instruction-set=$($(PRIVATE_2ND_ARCH_VAR_PREFIX)DEX2OAT_TARGET_ARCH) \
63 --instruction-set-variant=$($(PRIVATE_2ND_ARCH_VAR_PREFIX)DEX2OAT_TARGET_CPU_VARIANT) \
64 --instruction-set-features=$($(PRIVATE_2ND_ARCH_VAR_PREFIX)DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES) \
  /external/clang/test/Frontend/
mfpmath.c 15 // CHECK-NO-387: error: the '387' unit is not supported with this instruction set
19 // CHECK-NO-SSE: error: the 'sse' unit is not supported with this instruction set
43 // CHECK-NO-NEON: error: the 'neon' unit is not supported with this instruction set
  /external/google-breakpad/src/google_breakpad/common/
minidump_exception_solaris.h 52 MD_EXCEPTION_CODE_SOL_SIGILL = 4, /* illegal instruction (not reset when caught) */
54 MD_EXCEPTION_CODE_SOL_SIGIOT = 6, /* IOT instruction */
56 MD_EXCEPTION_CODE_SOL_SIGEMT = 7, /* EMT instruction */
  /external/javassist/src/main/javassist/bytecode/
Mnemonic.java 19 * JVM Instruction Names.
31 * The instruction names (mnemonics) sorted by the opcode.
34 * <p>The value at index 186 is null since no instruction is
  /external/kernel-headers/original/uapi/linux/
bpf.h 13 /* Extended instruction set based on top of classic BPF */
15 /* instruction classes */
148 /* integer value in 'imm' field of BPF_CALL instruction selects which helper
  /external/libopus/
config.h.in 97 /* Define if binary requires EDSP instruction support */
100 /* Define if binary requires ARMv6 media instruction support */
103 /* Define if binary requires NEON instruction support */
  /external/libunwind/doc/
unw_get_proc_info_by_ip.man 39 instruction\-pointer (IP) instead of a cursor. This is more flexible
47 address\-space in which the instruction\-pointer should be looked up.
52 is the instruction\-pointer for which the procedure
unw_get_proc_info_by_ip.tex 22 instruction-pointer (IP) instead of a cursor. This is more flexible
29 address-space in which the instruction-pointer should be looked up.
32 Argument \Var{ip} is the instruction-pointer for which the procedure
unw_get_proc_name.tex 24 word that is used to return the byte-offset of the instruction-pointer
28 stack frame with an instruction-pointer value of 0x40003080 would
41 instruction-pointer of the stack frame identified by \Var{cp}.
  /external/lldb/source/Core/
EmulateInstruction.cpp 285 EmulateInstruction::ReadMemoryFrame (EmulateInstruction *instruction,
307 EmulateInstruction::WriteMemoryFrame (EmulateInstruction *instruction,
330 EmulateInstruction::ReadRegisterFrame (EmulateInstruction *instruction,
343 EmulateInstruction::WriteRegisterFrame (EmulateInstruction *instruction,
357 EmulateInstruction::ReadMemoryDefault (EmulateInstruction *instruction,
366 context.Dump (strm, instruction);
373 EmulateInstruction::WriteMemoryDefault (EmulateInstruction *instruction,
382 context.Dump (strm, instruction);
388 EmulateInstruction::ReadRegisterDefault (EmulateInstruction *instruction,
405 EmulateInstruction::WriteRegisterDefault (EmulateInstruction *instruction,
    [all...]
  /external/llvm/docs/HistoricalNotes/
2001-06-01-GCCOptimizations2.txt 51 1. Instruction combination: try to make CISCy instructions, if available
55 3. Instruction scheduling: 'nuff said :)
64 12. Instruction selection & peephole optimization
  /external/llvm/docs/TableGen/
index.rst 72 $ llvm-tblgen X86.td -print-enums -class=Instruction
96 def ADD32rr { // Instruction X86Inst I
143 This definition corresponds to the 32-bit register-register ``add`` instruction
147 TableGen assembled for the record, indicating that the instruction is part of
148 the "X86" namespace, the pattern indicating how the instruction is selected by
149 the code generator, that it is a two-address instruction, has a particular
153 As you can see, a lot of information is needed for every instruction supported
217 "Instruction" in the LLVM code generator) or for the implementor to help factor
221 definitions of a particular class, such as "Instruction".
243 (!cast<Instruction>("LDRS" # T # "w_" # Rm # "_RegOffset"
    [all...]
  /external/llvm/include/llvm/Analysis/
Loads.h 29 bool isSafeToLoadUnconditionally(Value *V, Instruction *ScanFrom,
33 /// the instruction before ScanFrom) checking to see if we have the value at
37 /// If not, return the iterator for the last validated instruction that the
  /external/llvm/include/llvm/MC/
MCSymbolizer.h 65 /// @param Address - Load address of the instruction.
66 /// @param IsBranch - Is the instruction a branch?
68 /// @param InstSize - Size of the instruction in bytes.
  /external/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 22 class Instruction;
55 /// only local values within a function (such as an instruction or argument)
85 void RemapInstruction(Instruction *I, ValueToValueMapTy &VM,
  /external/llvm/lib/IR/
BasicBlock.cpp 38 template class llvm::SymbolTableListTraits<Instruction, BasicBlock>;
89 // Set Parent=parent, updating instruction symtab entries as appropriate.
137 Instruction *Prev = RI->getPrevNode();
161 Instruction* BasicBlock::getFirstNonPHI() {
171 Instruction* BasicBlock::getFirstNonPHIOrDbg() {
181 Instruction* BasicBlock::getFirstNonPHIOrDbgOrLifetime() {
333 /// instruction. Note that all instructions BEFORE the specified iterator stay
339 /// terminator), and 'I' must not be the end of instruction list (which would
357 // Add a branch instruction to the newly formed basic block.
391 // that it ends with a non-phi instruction
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ConditionOptimizer.cpp 49 // cmp w8, #5 // <-- CSE pass removes this instruction
91 // Stores immediate, compare instruction opcode and branch condition (in this
135 // Finds compare instruction that corresponds to supported types of branching.
136 // Returns the instruction or nullptr on failures or detecting unsupported
147 // Now find the instruction controlling the terminator.
235 // adjusting compare instruction opcode.
244 // Applies changes to comparison instruction suggested by adjustCmp().
254 // Change immediate in comparison instruction (ADDS or SUBS).
263 // first terminator instruction.
266 // Change condition in branch instruction
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMFixupKinds.h 41 // instruction.
44 // instruction.
65 // R_ARM_CALL is allowed to change the instruction to a BLX inline, which has
  /external/llvm/lib/Target/ARM/
Thumb2InstrInfo.h 1 //===-- Thumb2InstrInfo.h - Thumb-2 Instruction Information -----*- C++ -*-===//
29 /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
60 /// such, whenever a client has an instance of instruction info, it should

Completed in 469 milliseconds

<<51525354555657585960>>