HomeSort by relevance Sort by last modified time
    Searched refs:getTypeAction (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/Target/
TargetLowering.h 237 LegalizeTypeAction getTypeAction(MVT VT) const {
251 /// getTypeAction - Return how we should legalize values of this type, either
255 LegalizeTypeAction getTypeAction(LLVMContext &Context, EVT VT) const {
258 LegalizeTypeAction getTypeAction(MVT VT) const {
259 return ValueTypeActions.getTypeAction(VT);
279 switch (getTypeAction(Context, VT)) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 563 switch (getTypeAction(InVT)) {
817 if (getTypeAction(InVT) == TargetLowering::TypeSplitVector) {
    [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...]
LegalizeTypes.cpp 224 switch (getTypeAction(ResultVT)) {
275 switch (getTypeAction(OpVT)) {
    [all...]
LegalizeIntegerTypes.cpp 214 switch (getTypeAction(InVT)) {
389 if (getTypeAction(N->getOperand(0).getValueType())
576 switch (getTypeAction(InOp.getValueType())) {
    [all...]
LegalizeTypesGeneric.cpp 47 switch (getTypeAction(InVT)) {
LegalizeDAG.cpp 700 assert(TLI.getTypeAction(*DAG.getContext(), Node->getValueType(i)) ==
705 assert((TLI.getTypeAction(*DAG.getContext(),
    [all...]
TargetLowering.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 407 if (TLI.getTypeAction(CI->getContext(), SrcVT) ==
410 if (TLI.getTypeAction(CI->getContext(), DstVT) ==
    [all...]

Completed in 797 milliseconds