OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypeAction
(Results
1 - 9
of
9
) sorted by null
/external/llvm/include/llvm/Target/
TargetLowering.h
225
LegalizeTypeAction
getTypeAction
(MVT VT) const {
239
///
getTypeAction
- Return how we should legalize values of this type, either
243
LegalizeTypeAction
getTypeAction
(LLVMContext &Context, EVT VT) const {
246
LegalizeTypeAction
getTypeAction
(MVT VT) const {
247
return ValueTypeActions.
getTypeAction
(VT);
267
switch (
getTypeAction
(Context, VT)) {
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
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
...]
LegalizeVectorTypes.cpp
526
switch (
getTypeAction
(InVT)) {
775
switch (
getTypeAction
(InVT)) {
[
all
...]
LegalizeTypesGeneric.cpp
43
switch (
getTypeAction
(InVT)) {
LegalizeTypes.cpp
224
switch (
getTypeAction
(ResultVT)) {
277
switch (
getTypeAction
(OpVT)) {
[
all
...]
LegalizeIntegerTypes.cpp
185
switch (
getTypeAction
(InVT)) {
359
if (
getTypeAction
(N->getOperand(0).getValueType())
526
switch (
getTypeAction
(InOp.getValueType())) {
[
all
...]
LegalizeDAG.cpp
[
all
...]
TargetLowering.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp
374
if (TLI.
getTypeAction
(CI->getContext(), SrcVT) ==
377
if (TLI.
getTypeAction
(CI->getContext(), DstVT) ==
[
all
...]
Completed in 620 milliseconds