| /external/chromium_org/v8/src/arm64/ |
| D | macro-assembler-arm64.cc | 57 UseScratchRegisterScope temps(this); in LogicalMacro() local 206 UseScratchRegisterScope temps(this); in Mov() local 249 UseScratchRegisterScope temps(this); in Mov() local 356 UseScratchRegisterScope temps(this); in ConditionalCompareMacro() local 371 UseScratchRegisterScope temps(this); in ConditionalCompareMacro() local 398 UseScratchRegisterScope temps(this); in Csel() local 408 UseScratchRegisterScope temps(this); in Csel() local 428 UseScratchRegisterScope temps(this); in AddSubMacro() local 436 UseScratchRegisterScope temps(this); in AddSubMacro() local 452 UseScratchRegisterScope temps(this); in AddSubWithCarryMacro() local [all …]
|
| D | deoptimizer-arm64.cc | 340 UseScratchRegisterScope temps(masm()); in GeneratePrologue() local
|
| D | stub-cache-arm64.cc | 390 UseScratchRegisterScope temps(masm); in GenerateStoreTransition() local 550 UseScratchRegisterScope temps(masm); in GenerateStoreField() local 841 UseScratchRegisterScope temps(masm()); in CheckPrototypes() local
|
| D | code-stubs-arm64.cc | 1106 UseScratchRegisterScope temps(masm); in Generate() local 1124 UseScratchRegisterScope temps(masm); in Generate() local 1244 UseScratchRegisterScope temps(masm); in Generate() local 1564 UseScratchRegisterScope temps(masm); in Generate() local 4886 UseScratchRegisterScope temps(masm); in GeneratePositiveLookup() local
|
| D | lithium-codegen-arm64.cc | 841 UseScratchRegisterScope temps(masm()); in GenerateDeoptJumpTable() local 874 UseScratchRegisterScope temps(masm()); in GenerateDeoptJumpTable() local 2629 UseScratchRegisterScope temps(masm()); in DoCheckValue() local 4820 UseScratchRegisterScope temps(masm()); in DoSeqStringGetChar() local 5768 UseScratchRegisterScope temps(masm()); in DoTransitionElementsKind() local
|
| /external/vixl/src/a64/ |
| D | macro-assembler-a64.cc | 124 UseScratchRegisterScope temps(this); in LogicalMacro() local 255 UseScratchRegisterScope temps(this); in Mvn() local 323 UseScratchRegisterScope temps(this); in Mov() local 424 UseScratchRegisterScope temps(this); in ConditionalCompareMacro() local 454 UseScratchRegisterScope temps(this); in Csel() local 464 UseScratchRegisterScope temps(this); in Csel() local 535 UseScratchRegisterScope temps(this); in Fcmp() local 614 UseScratchRegisterScope temps(this); in AddSubMacro() local 678 UseScratchRegisterScope temps(this); in AddSubWithCarryMacro() local 736 UseScratchRegisterScope temps(this); in LS_MACRO_LIST() local [all …]
|
| /external/chromium_org/third_party/mesa/src/src/glsl/ |
| D | linker.cpp | 791 hash_table *temps) in remap_variables() 796 hash_table *temps) in remap_variables() 833 hash_table *temps; in remap_variables() member in remap_variables::remap_visitor 867 hash_table *temps = NULL; in move_non_declarations() local
|
| /external/mesa3d/src/glsl/ |
| D | linker.cpp | 791 hash_table *temps) in remap_variables() 796 hash_table *temps) in remap_variables() 833 hash_table *temps; in remap_variables() member in remap_variables::remap_visitor 867 hash_table *temps = NULL; in move_non_declarations() local
|
| /external/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_tgsi.h | 371 LLVMValueRef temps[LP_MAX_TGSI_TEMPS][TGSI_NUM_CHANNELS]; member 457 LLVMValueRef temps[LP_MAX_TGSI_TEMPS]; member
|
| /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_tgsi.h | 371 LLVMValueRef temps[LP_MAX_TGSI_TEMPS][TGSI_NUM_CHANNELS]; member 457 LLVMValueRef temps[LP_MAX_TGSI_TEMPS]; member
|
| /external/qemu/tcg/ |
| D | optimize.c | 54 static struct tcg_temp_info temps[TCG_MAX_TEMPS]; variable
|
| D | tcg.h | 479 TCGTemp temps[TCG_MAX_TEMPS]; /* globals first, temps after */ member
|
| /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/ |
| D | sm4_to_tgsi.cpp | 79 std::vector<struct ureg_dst> temps; member
|
| /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/ |
| D | sm4_to_tgsi.cpp | 79 std::vector<struct ureg_dst> temps; member
|
| /external/vixl/test/ |
| D | test-utils-a64.cc | 326 UseScratchRegisterScope temps(masm); in Dump() local
|
| /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
| D | st_mesa_to_tgsi.c | 69 struct ureg_dst temps[MAX_PROGRAM_TEMPS]; member
|
| D | st_glsl_to_tgsi.cpp | 3892 struct ureg_dst temps[MAX_TEMPS]; member
|
| /external/mesa3d/src/mesa/state_tracker/ |
| D | st_mesa_to_tgsi.c | 69 struct ureg_dst temps[MAX_PROGRAM_TEMPS]; member
|
| D | st_glsl_to_tgsi.cpp | 3892 struct ureg_dst temps[MAX_TEMPS]; member
|
| /external/pdfium/core/src/reflow/ |
| D | layoutprocessor_reflow.cpp | 814 int temps = m_pTempLine->GetSize(); in AddTemp2CurrLine() local
|
| /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
| D | tgsi_exec.c | 4270 struct tgsi_exec_vector temps[TGSI_EXEC_NUM_TEMPS + TGSI_EXEC_NUM_TEMP_EXTRAS]; in tgsi_exec_machine_run() local
|
| /external/mesa3d/src/gallium/auxiliary/tgsi/ |
| D | tgsi_exec.c | 4270 struct tgsi_exec_vector temps[TGSI_EXEC_NUM_TEMPS + TGSI_EXEC_NUM_TEMP_EXTRAS]; in tgsi_exec_machine_run() local
|
| /external/chromium_org/v8/src/ |
| D | parser.cc | 2913 ZoneList<Variable*> temps(names->length(), zone()); in DesugarLetBindingsInForStatement() local
|
| /external/mksh/src/ |
| D | sh.h | 697 struct temp *temps; /* temp files */ member
|
| /external/chromium_org/v8/src/mips/ |
| D | macro-assembler-mips.cc | 3307 RegList temps, in CopyFields()
|