/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
|
/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/test/CodeGen/AArch64/ |
D | arm64-const-addr.ll | 5 ; Test if the constant base address gets only materialized once.
|
D | arm64-aapcs.ll | 120 ; Check that f16 constants are materialized correctly
|
/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/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/v8/test/mjsunit/ |
D | mjsunit.status | 61 # TODO(mstarzinger): An arguments object materialized in the prologue can't
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstr64Bit.td | 57 // All 32-bit immediates can be materialized with sethi+or, but 64-bit
|
/external/v8/src/x87/ |
D | full-codegen-x87.cc | 1522 Label materialized; in VisitRegExpLiteral() local 1534 __ j(not_equal, &materialized, Label::kNear); in VisitRegExpLiteral() 1545 __ bind(&materialized); in VisitRegExpLiteral()
|
/external/v8/src/x64/ |
D | full-codegen-x64.cc | 1567 Label materialized; in VisitRegExpLiteral() local 1579 __ j(not_equal, &materialized, Label::kNear); in VisitRegExpLiteral() 1590 __ bind(&materialized); in VisitRegExpLiteral()
|
D | lithium-codegen-x64.cc | 5413 Label materialized; in DoRegExpLiteral() local 5423 __ j(not_equal, &materialized, Label::kNear); in DoRegExpLiteral() 5434 __ bind(&materialized); in DoRegExpLiteral()
|
/external/v8/src/ia32/ |
D | full-codegen-ia32.cc | 1533 Label materialized; in VisitRegExpLiteral() local 1545 __ j(not_equal, &materialized, Label::kNear); in VisitRegExpLiteral() 1556 __ bind(&materialized); in VisitRegExpLiteral()
|
/external/v8/src/arm64/ |
D | full-codegen-arm64.cc | 1590 Label materialized; in VisitRegExpLiteral() local 1603 __ JumpIfNotRoot(x5, Heap::kUndefinedValueRootIndex, &materialized); in VisitRegExpLiteral() 1614 __ Bind(&materialized); in VisitRegExpLiteral()
|
D | lithium-codegen-arm64.cc | 5689 Label materialized; in DoRegExpLiteral() local 5699 __ JumpIfNotRoot(x1, Heap::kUndefinedValueRootIndex, &materialized); in DoRegExpLiteral() 5710 __ Bind(&materialized); in DoRegExpLiteral()
|
/external/v8/src/mips/ |
D | full-codegen-mips.cc | 1595 Label materialized; in VisitRegExpLiteral() local 1609 __ Branch(&materialized, ne, t1, Operand(at)); in VisitRegExpLiteral() 1620 __ bind(&materialized); in VisitRegExpLiteral()
|
/external/v8/src/mips64/ |
D | full-codegen-mips64.cc | 1592 Label materialized; in VisitRegExpLiteral() local 1606 __ Branch(&materialized, ne, a5, Operand(at)); in VisitRegExpLiteral() 1617 __ bind(&materialized); in VisitRegExpLiteral()
|
/external/v8/src/arm/ |
D | full-codegen-arm.cc | 1610 Label materialized; in VisitRegExpLiteral() local 1625 __ b(ne, &materialized); in VisitRegExpLiteral() 1636 __ bind(&materialized); in VisitRegExpLiteral()
|
/external/v8/src/ |
D | runtime.cc | 13073 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()
|