Home
last modified time | relevance | path

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

12

/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
/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/test/CodeGen/AArch64/
Darm64-const-addr.ll5 ; Test if the constant base address gets only materialized once.
Darm64-aapcs.ll120 ; Check that f16 constants are materialized correctly
/external/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/v8/test/mjsunit/
Dmjsunit.status61 # TODO(mstarzinger): An arguments object materialized in the prologue can't
/external/llvm/lib/Target/Sparc/
DSparcInstr64Bit.td57 // All 32-bit immediates can be materialized with sethi+or, but 64-bit
/external/v8/src/x87/
Dfull-codegen-x87.cc1522 Label materialized; in VisitRegExpLiteral() local
1534 __ j(not_equal, &materialized, Label::kNear); in VisitRegExpLiteral()
1545 __ bind(&materialized); in VisitRegExpLiteral()
/external/v8/src/x64/
Dfull-codegen-x64.cc1567 Label materialized; in VisitRegExpLiteral() local
1579 __ j(not_equal, &materialized, Label::kNear); in VisitRegExpLiteral()
1590 __ bind(&materialized); in VisitRegExpLiteral()
Dlithium-codegen-x64.cc5413 Label materialized; in DoRegExpLiteral() local
5423 __ j(not_equal, &materialized, Label::kNear); in DoRegExpLiteral()
5434 __ bind(&materialized); in DoRegExpLiteral()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc1533 Label materialized; in VisitRegExpLiteral() local
1545 __ j(not_equal, &materialized, Label::kNear); in VisitRegExpLiteral()
1556 __ bind(&materialized); in VisitRegExpLiteral()
/external/v8/src/arm64/
Dfull-codegen-arm64.cc1590 Label materialized; in VisitRegExpLiteral() local
1603 __ JumpIfNotRoot(x5, Heap::kUndefinedValueRootIndex, &materialized); in VisitRegExpLiteral()
1614 __ Bind(&materialized); in VisitRegExpLiteral()
Dlithium-codegen-arm64.cc5689 Label materialized; in DoRegExpLiteral() local
5699 __ JumpIfNotRoot(x1, Heap::kUndefinedValueRootIndex, &materialized); in DoRegExpLiteral()
5710 __ Bind(&materialized); in DoRegExpLiteral()
/external/v8/src/mips/
Dfull-codegen-mips.cc1595 Label materialized; in VisitRegExpLiteral() local
1609 __ Branch(&materialized, ne, t1, Operand(at)); in VisitRegExpLiteral()
1620 __ bind(&materialized); in VisitRegExpLiteral()
/external/v8/src/mips64/
Dfull-codegen-mips64.cc1592 Label materialized; in VisitRegExpLiteral() local
1606 __ Branch(&materialized, ne, a5, Operand(at)); in VisitRegExpLiteral()
1617 __ bind(&materialized); in VisitRegExpLiteral()
/external/v8/src/arm/
Dfull-codegen-arm.cc1610 Label materialized; in VisitRegExpLiteral() local
1625 __ b(ne, &materialized); in VisitRegExpLiteral()
1636 __ bind(&materialized); in VisitRegExpLiteral()
/external/v8/src/
Druntime.cc13073 Handle<JSObject> materialized = NewJSObjectWithNullProto(isolate); in RUNTIME_FUNCTION() local
13076 isolate, materialized, in RUNTIME_FUNCTION()
13078 isolate, materialized, function, &frame_inspector)); in RUNTIME_FUNCTION()
13081 isolate, materialized, in RUNTIME_FUNCTION()
13082 MaterializeArgumentsObject(isolate, materialized, function)); in RUNTIME_FUNCTION()
13085 context = isolate->factory()->NewWithContext(function, context, materialized); in RUNTIME_FUNCTION()
13096 isolate, materialized, function, frame, inlined_jsframe_index); in RUNTIME_FUNCTION()

12