OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getShiftAmountTy
(Results
1 - 17
of
17
) sorted by null
/external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.h
35
virtual MVT
getShiftAmountTy
(EVT LHSTy) const { return MVT::i16; }
/external/llvm/lib/Target/Alpha/
AlphaISelLowering.h
66
virtual MVT
getShiftAmountTy
(EVT LHSTy) const { return MVT::i64; }
/external/llvm/lib/Target/CellSPU/
SPUISelLowering.h
112
virtual MVT
getShiftAmountTy
(EVT LHSTy) const { return MVT::i32; }
SPUISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h
76
virtual MVT
getShiftAmountTy
(EVT LHSTy) const { return MVT::i8; }
/external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h
60
virtual MVT
getShiftAmountTy
(EVT LHSTy) const { return MVT::i64; }
/external/llvm/lib/Target/XCore/
XCoreISelLowering.h
84
virtual MVT
getShiftAmountTy
(EVT LHSTy) const { return MVT::i32; }
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
630
MVT TargetLowering::
getShiftAmountTy
(EVT LHSTy) const {
[
all
...]
DAGCombiner.cpp
289
///
getShiftAmountTy
- Returns a type large enough to hold any valid
291
EVT
getShiftAmountTy
(EVT LHSTy) {
292
return LegalTypes ? TLI.
getShiftAmountTy
(LHSTy) : TLI.getPointerTy();
[
all
...]
LegalizeDAG.cpp
479
TLI.
getShiftAmountTy
(Val.getValueType()));
627
TLI.
getShiftAmountTy
(Hi.getValueType()));
[
all
...]
LegalizeFloatTypes.cpp
181
TLI.
getShiftAmountTy
(RVT)));
189
TLI.
getShiftAmountTy
(SignBit.getValueType())));
195
TLI.
getShiftAmountTy
(SignBit.getValueType())));
201
TLI.
getShiftAmountTy
(LVT)));
[
all
...]
SelectionDAG.cpp
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.h
246
virtual MVT
getShiftAmountTy
(EVT LHSTy) const { return MVT::i32; }
/external/llvm/lib/Target/X86/
X86ISelLowering.h
485
virtual MVT
getShiftAmountTy
(EVT LHSTy) const { return MVT::i8; }
[
all
...]
X86ISelLowering.cpp
[
all
...]
/external/llvm/include/llvm/Target/
TargetLowering.h
128
virtual MVT
getShiftAmountTy
(EVT LHSTy) const;
[
all
...]
Completed in 38 milliseconds