/external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | ExtensionRegistry.java | 219 if (extension.getExtensionType() != Extension.ExtensionType.IMMUTABLE in add() 220 && extension.getExtensionType() != Extension.ExtensionType.MUTABLE) { in add() 224 add(newExtensionInfo(extension), extension.getExtensionType()); in add()
|
D | Extension.java | 65 protected abstract ExtensionType getExtensionType(); in getExtensionType() method in Extension
|
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | ExtensionRegistry.java | 219 if (extension.getExtensionType() != Extension.ExtensionType.IMMUTABLE in add() 220 && extension.getExtensionType() != Extension.ExtensionType.MUTABLE) { in add() 224 add(newExtensionInfo(extension), extension.getExtensionType()); in add()
|
D | Extension.java | 65 protected abstract ExtensionType getExtensionType(); in getExtensionType() method in Extension
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | ExtensionRegistry.java | 219 if (extension.getExtensionType() != Extension.ExtensionType.IMMUTABLE in add() 220 && extension.getExtensionType() != Extension.ExtensionType.MUTABLE) { in add() 224 add(newExtensionInfo(extension), extension.getExtensionType()); in add()
|
D | Extension.java | 65 protected abstract ExtensionType getExtensionType(); in getExtensionType() method in Extension
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 1817 assert(getExtensionType() == ETy && "LoadExtType encoding error!"); 1825 ISD::LoadExtType getExtensionType() const { 1897 ISD::LoadExtType getExtensionType() const { 2084 return Ld && Ld->getExtensionType() == ISD::NON_EXTLOAD && 2091 cast<LoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD; 2097 cast<LoadSDNode>(N)->getExtensionType() == ISD::EXTLOAD; 2103 cast<LoadSDNode>(N)->getExtensionType() == ISD::SEXTLOAD; 2109 cast<LoadSDNode>(N)->getExtensionType() == ISD::ZEXTLOAD;
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 2363 ISD::LoadExtType getExtensionType() const { 2498 ISD::LoadExtType getExtensionType() const { 2527 ISD::LoadExtType getExtensionType() const { 2670 ISD::LoadExtType getExtensionType() const { 2859 ISD::LoadExtType getExtensionType() const { 3051 return Ld && Ld->getExtensionType() == ISD::NON_EXTLOAD && 3058 cast<LoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD; 3064 cast<LoadSDNode>(N)->getExtensionType() == ISD::EXTLOAD; 3070 cast<LoadSDNode>(N)->getExtensionType() == ISD::SEXTLOAD; 3076 cast<LoadSDNode>(N)->getExtensionType() == ISD::ZEXTLOAD;
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 846 // cast<LoadSDNode>(N)->getExtensionType() != ISD::NON_EXTLOAD 848 // cast<LoadSDNode>(N)->getExtensionType() == ISD::EXTLOAD; 850 // cast<LoadSDNode>(N)->getExtensionType() == ISD::SEXTLOAD; 852 // cast<LoadSDNode>(N)->getExtensionType() == ISD::ZEXTLOAD; 1730 return cast<MaskedGatherSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD; 1738 return MGN->getExtensionType() == ISD::EXTLOAD && 1745 return MGN->getExtensionType() == ISD::EXTLOAD && 1752 return MGN->getExtensionType() == ISD::EXTLOAD && 1761 return MGN->getExtensionType() == ISD::SEXTLOAD && 1768 return MGN->getExtensionType() == ISD::SEXTLOAD && [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 2238 ISD::LoadExtType getExtensionType() const { 2339 ISD::LoadExtType getExtensionType() const { 2605 return Ld && Ld->getExtensionType() == ISD::NON_EXTLOAD && 2612 cast<LoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD; 2618 cast<LoadSDNode>(N)->getExtensionType() == ISD::EXTLOAD; 2624 cast<LoadSDNode>(N)->getExtensionType() == ISD::SEXTLOAD; 2630 cast<LoadSDNode>(N)->getExtensionType() == ISD::ZEXTLOAD;
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
D | RISCVISAInfo.cpp | 198 static StringRef getExtensionType(StringRef Ext) { in getExtensionType() function 742 StringRef Type = getExtensionType(Ext); in parseArchString() 799 StringRef Desc = getExtensionTypeDesc(getExtensionType(Ext)); in parseArchString()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelDAGToDAG.cpp | 128 if ((LD->getExtensionType() != ISD::NON_EXTLOAD) || in selectIndexedLoad() 173 if (LD->getExtensionType() != ISD::NON_EXTLOAD || AM != ISD::POST_INC) { in selectIndexedProgMemLoad()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 709 switch (LD->getExtensionType()) { in print_details() 741 switch (MLd->getExtensionType()) { in print_details() 778 switch (MGather->getExtensionType()) { in print_details()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/ |
D | AVRISelDAGToDAG.cpp | 137 if ((LD->getExtensionType() != ISD::NON_EXTLOAD) || in selectIndexedLoad() 180 if (LD->getExtensionType() != ISD::NON_EXTLOAD || in selectIndexedProgMemLoad()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 250 ISD::LoadExtType ExtType = LD->getExtensionType(); in SelectIndexedLoad() 494 if (N->getExtensionType() != IntExt) in tryLoadOfLoadIntrinsic() 672 LD->getExtensionType() != ISD::SEXTLOAD || in SelectMul() 701 LD->getExtensionType() != ISD::SEXTLOAD || in SelectMul()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 204 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeOp() 206 switch (TLI.getLoadExtAction(LD->getExtensionType(), LD->getValueType(0), in LegalizeOp() 513 ISD::LoadExtType ExtType = LD->getExtensionType(); in ExpandLoad()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 659 switch (LD->getExtensionType()) { in print_details() 691 switch (MLd->getExtensionType()) { in print_details()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 301 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 304 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 300 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZOperators.td | 401 unsigned Type = cast<LoadSDNode>(N)->getExtensionType(); 416 unsigned Type = cast<LoadSDNode>(N)->getExtensionType(); 431 return cast<LoadSDNode>(N)->getExtensionType() != ISD::NON_EXTLOAD;
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1270 ISD::LoadExtType ExtType = Load->getExtensionType(); in lowerPrivateExtLoad() 1326 ISD::LoadExtType ExtType = LoadNode->getExtensionType(); in LowerLOAD() 1349 ((LoadNode->getExtensionType() == ISD::NON_EXTLOAD) || in LowerLOAD() 1350 (LoadNode->getExtensionType() == ISD::ZEXTLOAD))) { in LowerLOAD() 1385 if (LoadNode->getExtensionType() == ISD::SEXTLOAD) { in LowerLOAD()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructions.td | 252 return L->getExtensionType() == ISD::ZEXTLOAD || 253 L->getExtensionType() == ISD::EXTLOAD;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1388 ISD::LoadExtType ExtType = Load->getExtensionType(); in lowerPrivateExtLoad() 1444 ISD::LoadExtType ExtType = LoadNode->getExtensionType(); in LowerLOAD() 1467 ((LoadNode->getExtensionType() == ISD::NON_EXTLOAD) || in LowerLOAD() 1468 (LoadNode->getExtensionType() == ISD::ZEXTLOAD))) { in LowerLOAD() 1503 if (LoadNode->getExtensionType() == ISD::SEXTLOAD) { in LowerLOAD()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/ |
D | SystemZOperators.td | 512 unsigned Type = cast<LoadSDNode>(N)->getExtensionType(); 527 unsigned Type = cast<LoadSDNode>(N)->getExtensionType(); 542 return cast<LoadSDNode>(N)->getExtensionType() != ISD::NON_EXTLOAD;
|