OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ElVT
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
67
EVT
ElVT
= VT.getVectorElementType();
69
EVT ResultVT = EVT::getVectorVT(*DAG.getContext(),
ElVT
,
77
unsigned ElemsPerChunk = vectorWidth /
ElVT
.getSizeInBits();
81
unsigned NormalizedIdxVal = (((IdxVal *
ElVT
.getSizeInBits()) / vectorWidth)
125
EVT
ElVT
= VT.getVectorElementType();
129
unsigned ElemsPerChunk = vectorWidth/
ElVT
.getSizeInBits();
133
unsigned NormalizedIdxVal = (((IdxVal *
ElVT
.getSizeInBits())/vectorWidth)
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
[
all
...]
Completed in 50 milliseconds