OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConstantDataVector
(Results
1 - 23
of
23
) sorted by null
/external/llvm/lib/IR/
Constants.cpp
51
if (const
ConstantDataVector
*CV = dyn_cast<
ConstantDataVector
>(this))
103
if (const
ConstantDataVector
*CV = dyn_cast<
ConstantDataVector
>(this))
125
if (const
ConstantDataVector
*CV = dyn_cast<
ConstantDataVector
>(this))
805
// the element type is compatible with
ConstantDataVector
. If so, use it.
[
all
...]
AsmWriter.cpp
[
all
...]
ConstantFold.cpp
553
if ((isa<ConstantVector>(V) || isa<
ConstantDataVector
>(V)) &&
[
all
...]
/external/llvm/include/llvm/IR/
Constants.h
522
/// This is the common base class of ConstantDataArray and
ConstantDataVector
.
692
///
ConstantDataVector
- A vector constant whose element type is a simple
697
class
ConstantDataVector
: public ConstantDataSequential {
699
ConstantDataVector
(const
ConstantDataVector
&) LLVM_DELETED_FUNCTION;
702
explicit
ConstantDataVector
(Type *ty, const char *Data)
[
all
...]
PatternMatch.h
819
return (isa<ConstantInt>(RHS) || isa<
ConstantDataVector
>(RHS) ||
[
all
...]
/external/llvm/lib/Analysis/
ConstantFolding.cpp
80
ConstantDataVector
*CDV = dyn_cast<
ConstantDataVector
>(C);
112
if (!isa<
ConstantDataVector
>(C) && !isa<ConstantVector>(C))
156
!isa<
ConstantDataVector
>(C))
[
all
...]
CostModel.cpp
128
if (isa<ConstantVector>(V) || isa<
ConstantDataVector
>(V)) {
InstructionSimplify.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
603
auto CDV = dyn_cast<
ConstantDataVector
>(II->getArgOperand(1));
682
Vec, Undef,
ConstantDataVector
::get(
747
if (auto C = dyn_cast<
ConstantDataVector
>(Mask)) {
785
if (auto C = dyn_cast<
ConstantDataVector
>(V)) {
809
ConstantDataVector
::get(V->getContext(), makeArrayRef(Indexes, Size));
[
all
...]
InstCombineMulDivRem.cpp
105
static Constant *getLogBase2Vector(
ConstantDataVector
*CV) {
151
else if (
ConstantDataVector
*CV = dyn_cast<
ConstantDataVector
>(C1))
[
all
...]
InstCombineShifts.cpp
319
if (
ConstantDataVector
*CV = dyn_cast<
ConstantDataVector
>(Op1))
[
all
...]
InstructionCombining.cpp
620
if (
ConstantDataVector
*C = dyn_cast<
ConstantDataVector
>(V))
639
if (
ConstantDataVector
*C = dyn_cast<
ConstantDataVector
>(V))
[
all
...]
InstCombineCasts.cpp
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
[
all
...]
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
902
const
ConstantDataVector
*CDV = dyn_cast<
ConstantDataVector
>(C);
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c
483
ConstantDataVector
,
510
DEFINE_CASE(Val,
ConstantDataVector
);
[
all
...]
llvm.ml
265
|
ConstantDataVector
[
all
...]
llvm.mli
332
|
ConstantDataVector
[
all
...]
/external/llvm/include/llvm-c/
Core.h
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp
[
all
...]
LoopVectorize.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 1524 milliseconds