Home
last modified time | relevance | path

Searched refs:materialized (Results 1 – 25 of 34) sorted by relevance

12

/external/v8/src/interpreter/
Dbytecode-register-optimizer.cc18 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/
Ddebug-evaluate.cc154 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/
Dfast-isel-x32.ll4 ; Test that alloca addresses are materialized with the right size instruction.
Dcmov-double.ll37 ; If one of the conditions is materialized as a 0/1 value anyway, then the
D2008-03-31-SpillerFoldingBug.ll2 ; Don't fold re-materialized load into a two address instruction
Dfast-isel-x86-64.ll232 ; Check that 0.0 is materialized using xorps
261 ; Check that -0.0 is not materialized using xor
Dmaterialize.ll174 ; -1 should be re-materialized here instead of getting spilled above.
/external/llvm/test/Linker/
Dcomdat_group.ll1 ; Ensure complete comdat group is materialized
Dfuncimport.ll26 ; lazily linked and never referenced/materialized.
/external/llvm/test/CodeGen/AArch64/
Darm64-const-addr.ll5 ; Test if the constant base address gets only materialized once.
Darm64-aapcs.ll132 ; Check that f16 constants are materialized correctly
/external/llvm/test/CodeGen/ARM/
Dfast-isel-deadcode.ll4 ; being passed via a register, so the materialized arguments become dead code.
D2010-12-08-tpsoft.ll6 ;; Make sure that bl __aeabi_read_tp is materialized and fixed up correctly
Dmovcc-double.ll35 ; If one of the conditions is materialized as a 0/1 value anyway, then the
Dfast-isel-call.ll71 ;; Note: i1 1 was materialized with t1 call
/external/llvm/lib/CodeGen/
DREADME.txt85 R1 = X + 4 @ re-materialized
88 R2 = X + 7 @ re-materialized
91 R3 = X + 15 @ re-materialized
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DREADME.txt85 R1 = X + 4 @ re-materialized
88 R2 = X + 7 @ re-materialized
91 R3 = X + 15 @ re-materialized
/external/llvm/test/CodeGen/SPARC/
Dspillsize.ll6 ; This function spills two values: %p and the materialized large constant.
/external/llvm/test/CodeGen/Thumb2/
Dtpsoft.ll10 ;; Make sure that bl __aeabi_read_tp is materialized and fixed up correctly
/external/llvm/test/CodeGen/Mips/cstmaterialization/
Dstack.ll9 ; generally shorter as the constant that has to be materialized is smaller.
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dfast-isel-x86-64.ll228 ; Check that 0.0 is materialized using pxor
255 ; Check that -0.0 is not materialized using pxor
D2008-03-31-SpillerFoldingBug.ll2 ; Don't fold re-materialized load into a two address instruction
/external/libunwind_llvm/docs/
Dindex.rst14 that never materialized (e.g. remote unwinding).
/external/llvm/test/ThinLTO/X86/
Dfuncimport.ll19 ; lazily linked and never referenced/materialized.
/external/swiftshader/docs/
DIndex.md23 …records its operations in an in-memory intermediate form which can be materialized by the JIT into…

12