Searched refs:Other (Results 151 - 175 of 276) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DSIISelLowering.cpp49 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
59 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand);
327 MVT::Other, Chain,
H A DAMDGPUISelLowering.cpp31 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
72 return DAG.getNode(AMDGPUISD::RET_FLAG, DL, MVT::Other, Chain);
/external/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp190 (TLI->isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) ||
191 TLI->isOperationLegalOrCustom(ISD::BRIND, MVT::Other));
514 if (MemVT.isSimple() && MemVT != MVT::Other) {
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600ISelLowering.cpp40 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom);
41 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
352 MVT::Other, Chain,
H A DSIISelLowering.cpp49 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
59 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand);
327 MVT::Other, Chain,
H A DAMDGPUISelLowering.cpp31 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
72 return DAG.getNode(AMDGPUISD::RET_FLAG, DL, MVT::Other, Chain);
/external/clang/include/clang/AST/
H A DTypeLoc.h165 void initializeFullCopy(TypeLoc Other) const {
166 assert(getType() == Other.getType());
168 memcpy(getOpaqueData(), Other.getOpaqueData(), Size);
174 void initializeFullCopy(TypeLoc Other, unsigned Size) const { argument
175 assert(getType() == Other.getType());
177 memcpy(getOpaqueData(), Other.getOpaqueData(), Size);
/external/clang/lib/Analysis/
H A DConsumed.cpp1170 void ConsumedStateMap::intersect(const ConsumedStateMap *Other) { argument
1173 if (this->From && this->From == Other->From && !Other->Reachable) {
1178 for (const auto &DM : Other->VarMap) {
1229 bool ConsumedStateMap::operator!=(const ConsumedStateMap *Other) const {
1230 for (const auto &DM : Other->VarMap)
/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp186 bool operator==(const VariableGEPIndex &Other) const {
187 return V == Other.V && Extension == Other.Extension &&
188 Scale == Other.Scale;
191 bool operator!=(const VariableGEPIndex &Other) const {
192 return !operator==(Other);
1166 // Other results are not possible.
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp1008 operator==(const ImportDirectoryEntryRef &Other) const {
1009 return ImportTable == Other.ImportTable && Index == Other.Index;
1042 operator==(const ExportDirectoryEntryRef &Other) const {
1043 return ExportTable == Other.ExportTable && Index == Other.Index;
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp240 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
253 setOperationAction(ISD::BRCOND, MVT::Other, Custom);
254 setOperationAction(ISD::VASTART, MVT::Other, Custom);
344 setOperationAction(ISD::EH_RETURN, MVT::Other, Custom);
346 setOperationAction(ISD::VAARG, MVT::Other, Expand);
347 setOperationAction(ISD::VACOPY, MVT::Other, Expand);
348 setOperationAction(ISD::VAEND, MVT::Other, Expand);
351 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
352 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
384 setOperationAction(ISD::TRAP, MVT::Other, Lega
[all...]
/external/chromium_org/native_client_sdk/src/tools/
H A Dhost_vc.mk94 # $6 = Other Linker Args
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorConsoleAgent.cpp234 case OtherMessageSource: return TypeBuilder::Console::ConsoleMessage::Source::Other;
237 return TypeBuilder::Console::ConsoleMessage::Source::Other;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DNetworkManager.js243 || networkRequest.type === WebInspector.resourceTypes.Other
275 this.responseReceived(requestId, frameId, loaderId, time, PageAgent.ResourceType.Other, redirectResponse);
/external/eigen/Eigen/src/Core/
H A DTranspositions.h179 template<typename Other>
180 explicit inline Transpositions(const MatrixBase<Other>& a_indices) : m_indices(a_indices)
/external/llvm/include/llvm/CodeGen/
H A DMachineValueType.h37 Other = 0, // This is a non-standard value enumerator in enum:llvm::MVT::SimpleValueType
133 // tblgen. Other than for overloading, we treat iPTRAny the same as iPTR.
364 case Other:
365 llvm_unreachable("Value type is non-standard value, Other.");
572 /// returned as Other, otherwise they are invalid.
H A DSelectionDAG.h334 assert((!N.getNode() || N.getValueType() == MVT::Other) &&
487 return getNode(ISD::CopyToReg, dl, MVT::Other, Chain,
496 SDVTList VTs = getVTList(MVT::Other, MVT::Glue);
505 SDVTList VTs = getVTList(MVT::Other, MVT::Glue);
512 SDVTList VTs = getVTList(VT, MVT::Other);
522 SDVTList VTs = getVTList(VT, MVT::Other, MVT::Glue);
598 SDVTList VTs = getVTList(MVT::Other, MVT::Glue);
608 SDVTList NodeTys = getVTList(MVT::Other, MVT::Glue);
/external/llvm/include/llvm/IR/
H A DValueMap.h339 ValueMapConstIterator(ValueMapIterator<DenseMapT, KeyT> Other) argument
340 : I(Other.base()) {}
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp363 if (VT == MVT::Other || !VT.isSimple())
842 if (SrcVT == MVT::Other || !SrcVT.isSimple() ||
843 DstVT == MVT::Other || !DstVT.isSimple())
886 if (SrcEVT == MVT::Other || DstEVT == MVT::Other ||
1155 return FastEmit_(MVT::Other, MVT::Other, ISD::TRAP) != 0;
1645 if (VT == MVT::Other || !TLI.isTypeLegal(VT)) {
/external/llvm/lib/IR/
H A DValueTypes.cpp128 case MVT::Other: return "ch";
246 /// as Other, otherwise they are invalid.
250 if (HandleUnknown) return MVT(MVT::Other);
274 /// are returned as Other, otherwise they are invalid.
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp351 VT, MVT::i16, MVT::Other,
371 CurDAG->SelectNodeTo(Op, Opc, VT, MVT::i16, MVT::Other, Ops0);
417 // Other cases are autogenerated.
430 // Other cases are autogenerated.
439 // Other cases are autogenerated.
452 // Other cases are autogenerated.
465 // Other cases are autogenerated.
478 // Other cases are autogenerated.
/external/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h65 bool operator<(const ArgKind &Other) const {
66 if (K == AK_Matcher && Other.K == AK_Matcher)
67 return MatcherKind < Other.MatcherKind;
68 return K < Other.K;
/external/clang/lib/Sema/
H A DDeclSpec.cpp122 void CXXScopeSpec::Adopt(NestedNameSpecifierLoc Other) { argument
123 if (!Other) {
129 Range = Other.getSourceRange();
130 Builder.Adopt(Other);
H A DSemaTemplateInstantiateDecl.cpp4273 // Other is the prospective instantiation
4275 static bool isInstantiationOf(ASTContext &Ctx, NamedDecl *D, Decl *Other) { argument
4276 if (D->getKind() != Other->getKind()) {
4279 if (UsingDecl *UD = dyn_cast<UsingDecl>(Other)) {
4286 if (UsingDecl *UD = dyn_cast<UsingDecl>(Other)) {
4294 if (CXXRecordDecl *Record = dyn_cast<CXXRecordDecl>(Other))
4297 if (FunctionDecl *Function = dyn_cast<FunctionDecl>(Other))
4300 if (EnumDecl *Enum = dyn_cast<EnumDecl>(Other))
4303 if (VarDecl *Var = dyn_cast<VarDecl>(Other))
4307 if (ClassTemplateDecl *Temp = dyn_cast<ClassTemplateDecl>(Other))
[all...]
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp524 enum { Other, ControlBlock, ASTBlock } State = Other; enumerator in enum:__anon18144
535 if (State == Other) {
568 State = Other;

Completed in 762 milliseconds

1234567891011>>