OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVectorTypeBreakdown
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Target/
TargetLowering.h
281
///
getVectorTypeBreakdown
- Vector types are broken down into some number of
290
unsigned
getVectorTypeBreakdown
(LLVMContext &Context, EVT VT,
529
(void)
getVectorTypeBreakdown
(Context, VT, VT1,
555
return
getVectorTypeBreakdown
(Context, VT, VT1, NumIntermediates, VT2);
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
[
all
...]
SelectionDAGBuilder.cpp
230
TLI.
getVectorTypeBreakdown
(*DAG.getContext(), ValueVT, IntermediateVT,
500
unsigned NumRegs = TLI.
getVectorTypeBreakdown
(*DAG.getContext(), ValueVT,
[
all
...]
Completed in 206 milliseconds