OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSlowDivBypassed
(Results
1 - 16
of
16
) sorted by null
/external/llvm/include/llvm/Target/
TargetLowering.h
247
bool
isSlowDivBypassed
() const { return !BypassSlowDivWidths.empty(); }
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h
332
bool
isSlowDivBypassed
() const { return !BypassSlowDivWidths.empty(); }
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetLowering.h
345
bool
isSlowDivBypassed
() const { return !BypassSlowDivWidths.empty(); }
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetLowering.h
345
bool
isSlowDivBypassed
() const { return !BypassSlowDivWidths.empty(); }
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetLowering.h
351
bool
isSlowDivBypassed
() const { return !BypassSlowDivWidths.empty(); }
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetLowering.h
351
bool
isSlowDivBypassed
() const { return !BypassSlowDivWidths.empty(); }
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetLowering.h
351
bool
isSlowDivBypassed
() const { return !BypassSlowDivWidths.empty(); }
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetLowering.h
351
bool
isSlowDivBypassed
() const { return !BypassSlowDivWidths.empty(); }
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h
332
bool
isSlowDivBypassed
() const { return !BypassSlowDivWidths.empty(); }
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetLowering.h
345
bool
isSlowDivBypassed
() const { return !BypassSlowDivWidths.empty(); }
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetLowering.h
345
bool
isSlowDivBypassed
() const { return !BypassSlowDivWidths.empty(); }
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetLowering.h
351
bool
isSlowDivBypassed
() const { return !BypassSlowDivWidths.empty(); }
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetLowering.h
351
bool
isSlowDivBypassed
() const { return !BypassSlowDivWidths.empty(); }
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetLowering.h
351
bool
isSlowDivBypassed
() const { return !BypassSlowDivWidths.empty(); }
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetLowering.h
351
bool
isSlowDivBypassed
() const { return !BypassSlowDivWidths.empty(); }
[
all
...]
/external/llvm/lib/CodeGen/
CodeGenPrepare.cpp
235
if (!OptSize && TLI && TLI->
isSlowDivBypassed
()) {
[
all
...]
Completed in 105 milliseconds