OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Dist
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp
94
bool NoUseAfterLastDef(unsigned Reg, MachineBasicBlock *MBB, unsigned
Dist
,
98
unsigned
Dist
);
102
unsigned
Dist
);
106
unsigned RegB, unsigned RegC, unsigned
Dist
);
113
unsigned RegA, unsigned RegB, unsigned
Dist
);
118
MachineBasicBlock *MBB, unsigned
Dist
);
121
MachineFunction::iterator &mbbi, unsigned
Dist
);
127
unsigned
Dist
,
334
MachineBasicBlock *MBB, unsigned
Dist
,
337
unsigned LastUse =
Dist
;
[
all
...]
LiveVariables.cpp
198
unsigned
Dist
= DistanceMap[Def];
199
if (
Dist
> LastDefDist) {
202
LastDefDist =
Dist
;
295
unsigned
Dist
= DistanceMap[Def];
296
if (
Dist
> LastPartDefDist)
297
LastPartDefDist =
Dist
;
299
unsigned
Dist
= DistanceMap[Use];
300
if (
Dist
> LastRefOrPartRefDist) {
301
LastRefOrPartRefDist =
Dist
;
344
unsigned
Dist
= DistanceMap[Def]
[
all
...]
/external/llvm/lib/Target/X86/
SSEDomainFix.cpp
57
unsigned
Dist
;
94
Refs = AvailableDomains =
Dist
= 0;
167
dv->
Dist
= Distance;
261
A->
Dist
= std::max(A->
Dist
, B->
Dist
);
387
else if (dv->
Dist
< (*i)->
Dist
) {
417
dv->
Dist
= Distance;
/external/llvm/include/llvm/ADT/
STLExtras.h
143
template <typename ItTy, typename
Dist
>
144
inline ItTy next(ItTy it,
Dist
n)
156
template <typename ItTy, typename
Dist
>
157
inline ItTy prior(ItTy it,
Dist
n)
/frameworks/base/media/libeffects/lvm/lib/Reverb/src/
LVREV_ApplyNewSettings.c
429
LVM_INT32 Tot_Dist,
Dist
;
432
Dist
=RoomSize-LVREV_GainPolyTable[Index-1][0];
454
Gain = Gain1+ (((Gain2-Gain1)*
Dist
)/(Tot_Dist));
/external/opencv/cv/src/
cvcalibration.cpp
[
all
...]
/external/llvm/include/llvm/CodeGen/
SelectionDAG.h
[
all
...]
/build/core/
main.mk
414
external/sqlite/
dist
\
735
$(call
dist
-for-goals, userdataimage, $(BUILT_USERDATAIMAGE_TARGET))
757
# dist_files only for putting your library into the
dist
directory with a full build.
761
$(call
dist
-for-goals, dist_files, $(EMMA_META_ZIP))
764
#
Dist
for droid if droid is among the cmd goals, or no cmd goal is given.
778
#
dist
the unbundled app.
779
$(call
dist
-for-goals,apps_only, \
789
$(call
dist
-for-goals, droidcore, \
824
$(call
dist
-for-goals,sdk win_sdk, \
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
[
all
...]
Completed in 130 milliseconds