OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FAdd
(Results
26 - 45
of
45
) sorted by null
1
2
/external/llvm/lib/IR/
Constants.cpp
[
all
...]
ConstantFold.cpp
[
all
...]
Instructions.cpp
[
all
...]
Verifier.cpp
[
all
...]
/external/llvm/lib/Analysis/
ValueTracking.cpp
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
89
case Instruction::
FAdd
: return bitc::BINOP_ADD;
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
GVN.cpp
405
case Instruction::
FAdd
:
[
all
...]
LoopStrengthReduce.cpp
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
100
case Instruction::
FAdd
: return bitc::BINOP_ADD;
[
all
...]
/frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp
85
case Instruction::
FAdd
: return bitc::BINOP_ADD;
[
all
...]
/frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp
90
case Instruction::
FAdd
: return bitc::BINOP_ADD;
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
149
return Ty->isFPOrFPVectorTy() ? Instruction::
FAdd
: Instruction::Add;
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
88
STATISTIC(NumFastIselFailFAdd,"Fast isel fails on
FAdd
");
[
all
...]
/external/llvm/lib/Target/ARM/
ARMFastISel.cpp
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp
559
case Instruction::
FAdd
:
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
181
return Ty->isFPOrFPVectorTy() ? Instruction::
FAdd
: Instruction::Add;
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
422
return Ty->isFPOrFPVectorTy() ? Instruction::
FAdd
: Instruction::Add;
[
all
...]
/external/llvm/lib/AsmParser/
LLParser.cpp
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.mli
210
|
FAdd
[
all
...]
Completed in 1081 milliseconds
1
2