Searched refs:slowpath (Results 1 – 3 of 3) sorted by relevance
/external/llvm/test/Transforms/CodeGenPrepare/X86/ |
D | sink-addrmode.ll | 99 call void @slowpath(i32 %v1, i32* %casted) cold 124 call void @slowpath(i32 %v1, i32* %casted) ;; NOT COLD 149 call void @slowpath(i32 %v1, i32* %casted) cold 185 call void @slowpath(i32 %v1, i32* %casted) cold 191 call void @slowpath(i32 %v2, i32* %casted) cold 196 declare void @slowpath(i32, i32*)
|
/external/v8/src/interpreter/ |
D | interpreter.cc | 595 Label slowpath(assembler, Label::kDeferred); in DoLdaLookupContextSlot() local 598 __ GotoIfHasContextExtensionUpToDepth(context, depth, &slowpath); in DoLdaLookupContextSlot() 609 __ Bind(&slowpath); in DoLdaLookupContextSlot() 642 Label slowpath(assembler, Label::kDeferred); in DoLdaLookupGlobalSlot() local 645 __ GotoIfHasContextExtensionUpToDepth(context, depth, &slowpath); in DoLdaLookupGlobalSlot() 659 __ Bind(&slowpath); in DoLdaLookupGlobalSlot() 1249 Label fastpath(assembler), slowpath(assembler, Label::kDeferred), in DoAddSmi() local 1261 __ Branch(__ TaggedIsSmi(left), &fastpath, &slowpath); in DoAddSmi() 1271 __ Branch(overflow, &slowpath, &if_notoverflow); in DoAddSmi() 1280 __ Bind(&slowpath); in DoAddSmi() [all …]
|
/external/llvm/test/Instrumentation/EfficiencySanitizer/ |
D | working_set_slow.ll | 1 ; Test basic EfficiencySanitizer slowpath instrumentation.
|