/external/v8/src/interpreter/ |
D | bytecode-register-optimizer.cc | 18 RegisterInfo(Register reg, uint32_t equivalence_id, bool materialized, in RegisterInfo() argument 22 materialized_(materialized), in RegisterInfo() 28 void MoveToNewEquivalenceSet(uint32_t equivalence_id, bool materialized); 60 bool materialized() const { return materialized_; } in materialized() function in v8::internal::interpreter::BytecodeRegisterOptimizer::RegisterInfo 61 void set_materialized(bool materialized) { materialized_ = materialized; } in set_materialized() argument 98 uint32_t equivalence_id, bool materialized) { in MoveToNewEquivalenceSet() argument 103 materialized_ = materialized; in MoveToNewEquivalenceSet() 113 DCHECK(materialized()); in IsOnlyMaterializedMemberOfEquivalenceSet() 117 if (visitor->materialized()) { in IsOnlyMaterializedMemberOfEquivalenceSet() 134 if (visitor->materialized()) { in GetMaterializedEquivalent() [all …]
|
/external/v8/src/debug/ |
D | debug-evaluate.cc | 154 Handle<JSObject> materialized = factory->NewJSObjectWithNullProto(); in ContextBuilder() local 158 MaterializeReceiver(materialized, local_context, local_function, in ContextBuilder() 160 frame_inspector.MaterializeStackLocals(materialized, local_function); in ContextBuilder() 161 MaterializeArgumentsObject(materialized, local_function); in ContextBuilder() 164 context_chain_element.materialized_object = materialized; in ContextBuilder() 184 Handle<JSObject> materialized = factory->NewJSObjectWithNullProto(); in ContextBuilder() local 185 frame_inspector.MaterializeStackLocals(materialized, in ContextBuilder() 189 context_chain_element.materialized_object = materialized; in ContextBuilder()
|
/external/llvm/test/CodeGen/X86/ |
D | fast-isel-x32.ll | 4 ; Test that alloca addresses are materialized with the right size instruction.
|
D | cmov-double.ll | 37 ; If one of the conditions is materialized as a 0/1 value anyway, then the
|
D | 2008-03-31-SpillerFoldingBug.ll | 2 ; Don't fold re-materialized load into a two address instruction
|
D | fast-isel-x86-64.ll | 232 ; Check that 0.0 is materialized using xorps 261 ; Check that -0.0 is not materialized using xor
|
D | materialize.ll | 174 ; -1 should be re-materialized here instead of getting spilled above.
|
/external/llvm/test/Linker/ |
D | comdat_group.ll | 1 ; Ensure complete comdat group is materialized
|
D | funcimport.ll | 26 ; lazily linked and never referenced/materialized.
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-const-addr.ll | 5 ; Test if the constant base address gets only materialized once.
|
D | arm64-aapcs.ll | 132 ; Check that f16 constants are materialized correctly
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-deadcode.ll | 4 ; being passed via a register, so the materialized arguments become dead code.
|
D | 2010-12-08-tpsoft.ll | 6 ;; Make sure that bl __aeabi_read_tp is materialized and fixed up correctly
|
D | movcc-double.ll | 35 ; If one of the conditions is materialized as a 0/1 value anyway, then the
|
D | fast-isel-call.ll | 71 ;; Note: i1 1 was materialized with t1 call
|
/external/llvm/lib/CodeGen/ |
D | README.txt | 85 R1 = X + 4 @ re-materialized 88 R2 = X + 7 @ re-materialized 91 R3 = X + 15 @ re-materialized
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | README.txt | 85 R1 = X + 4 @ re-materialized 88 R2 = X + 7 @ re-materialized 91 R3 = X + 15 @ re-materialized
|
/external/llvm/test/CodeGen/SPARC/ |
D | spillsize.ll | 6 ; This function spills two values: %p and the materialized large constant.
|
/external/llvm/test/CodeGen/Thumb2/ |
D | tpsoft.ll | 10 ;; Make sure that bl __aeabi_read_tp is materialized and fixed up correctly
|
/external/llvm/test/CodeGen/Mips/cstmaterialization/ |
D | stack.ll | 9 ; generally shorter as the constant that has to be materialized is smaller.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | fast-isel-x86-64.ll | 228 ; Check that 0.0 is materialized using pxor 255 ; Check that -0.0 is not materialized using pxor
|
D | 2008-03-31-SpillerFoldingBug.ll | 2 ; Don't fold re-materialized load into a two address instruction
|
/external/libunwind_llvm/docs/ |
D | index.rst | 14 that never materialized (e.g. remote unwinding).
|
/external/llvm/test/ThinLTO/X86/ |
D | funcimport.ll | 19 ; lazily linked and never referenced/materialized.
|
/external/swiftshader/docs/ |
D | Index.md | 23 …records its operations in an in-memory intermediate form which can be materialized by the JIT into…
|