OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypeAction
(Results
1 - 11
of
11
) sorted by null
/external/llvm/include/llvm/Target/
TargetLowering.h
287
LegalizeTypeAction
getTypeAction
(MVT VT) const {
305
LegalizeTypeAction
getTypeAction
(LLVMContext &Context, EVT VT) const {
308
LegalizeTypeAction
getTypeAction
(MVT VT) const {
309
return ValueTypeActions.
getTypeAction
(VT);
329
switch (
getTypeAction
(Context, VT)) {
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp
625
switch (
getTypeAction
(InVT)) {
[
all
...]
LegalizeTypes.h
63
/// enum from TargetLowering. This can be queried with "
getTypeAction
(VT)".
66
///
getTypeAction
- Return how we should legalize values of this type.
67
TargetLowering::LegalizeTypeAction
getTypeAction
(EVT VT) const {
68
return TLI.
getTypeAction
(*DAG.getContext(), VT);
73
return TLI.
getTypeAction
(*DAG.getContext(), VT) == TargetLowering::TypeLegal;
[
all
...]
LegalizeIntegerTypes.cpp
214
switch (
getTypeAction
(InVT)) {
389
if (
getTypeAction
(N->getOperand(0).getValueType())
527
if (
getTypeAction
(LHS.getValueType()) == TargetLowering::TypePromoteInteger &&
530
if (
getTypeAction
(RHS.getValueType()) == TargetLowering::TypePromoteInteger &&
589
switch (
getTypeAction
(InOp.getValueType())) {
[
all
...]
LegalizeTypes.cpp
224
switch (
getTypeAction
(ResultVT)) {
275
switch (
getTypeAction
(OpVT)) {
[
all
...]
LegalizeTypesGeneric.cpp
47
switch (
getTypeAction
(InVT)) {
LegalizeDAG.cpp
[
all
...]
DAGCombiner.cpp
[
all
...]
SelectionDAG.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp
478
if (TLI.
getTypeAction
(CI->getContext(), SrcVT) ==
481
if (TLI.
getTypeAction
(CI->getContext(), DstVT) ==
[
all
...]
/external/llvm/lib/CodeGen/
TargetLoweringBase.cpp
[
all
...]
Completed in 191 milliseconds