OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FDiv
(Results
26 - 46
of
46
) sorted by null
1
2
/external/llvm/lib/IR/
ConstantFold.cpp
[
all
...]
Instructions.cpp
[
all
...]
Verifier.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
GVN.cpp
421
case Instruction::
FDiv
:
[
all
...]
Reassociate.cpp
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
106
case Instruction::
FDiv
:
[
all
...]
/frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp
91
case Instruction::
FDiv
:
[
all
...]
/frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp
91
case Instruction::
FDiv
:
[
all
...]
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
[
all
...]
ValueTracking.cpp
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
[
all
...]
BBVectorize.cpp
573
case Instruction::
FDiv
:
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
96
case Instruction::
FDiv
:
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
99
STATISTIC(NumFastIselFailFDiv,"Fast isel fails on
FDiv
");
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
518
return Ty->isFPOrFPVectorTy() ? Instruction::
FDiv
: Instruction::SDiv;
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
755
return Ty->isFPOrFPVectorTy() ? Instruction::
FDiv
: Instruction::SDiv;
[
all
...]
/external/llvm/lib/CodeGen/
CodeGenPrepare.cpp
[
all
...]
/external/llvm/lib/AsmParser/
LLParser.cpp
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
755
return IsFP ? Instruction::
FDiv
: Instruction::SDiv;
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.mli
226
|
FDiv
[
all
...]
Completed in 1035 milliseconds
1
2