Searched refs:Other (Results 226 - 250 of 276) sorted by relevance

1234567891011>>

/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec116 Other than those subtle issues there are no other non-standard
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp345 /// \p N needs to be a truncation and its first operand an AND. Other
1354 if (N->getOperand(0).getValueType() == MVT::Other)
1356 if (N->getOperand(NumOps-1).getValueType() == MVT::Other)
1359 if (N->getOperand(i).getValueType() == MVT::Other)
1431 Result = DAG.getNode(ISD::TokenFactor, SDLoc(N), MVT::Other, Ops);
7375 return DAG.getNode(ISD::BR_CC, SDLoc(N), MVT::Other,
7427 MVT::Other, Chain, SetCC, N2);
7472 MVT::Other, Chain, Tmp, N2);
7503 MVT::Other, Chain, SetCC, N2);
7530 return DAG.getNode(ISD::BR_CC, SDLoc(N), MVT::Other,
8946 equalBaseIndex(const BaseIndexOffset &Other) argument
[all...]
H A DLegalizeIntegerTypes.cpp209 SDVTList VTs = DAG.getVTList(N->getValueType(0), SVT, MVT::Other);
223 DAG.getVTList(Op2.getValueType(), N->getValueType(1), MVT::Other);
923 SDValue Cond = PromoteTargetBoolean(N->getOperand(1), MVT::Other);
1174 SDVTList VTs = DAG.getVTList(N->getValueType(0), MVT::Other);
1913 Ch = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1),
1941 Ch = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1),
2437 SDVTList VTs = DAG.getVTList(VT, MVT::i1, MVT::Other);
2746 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo, Hi);
2784 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo, Hi);
H A DLegalizeVectorOps.cpp575 SDValue NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, LoadChains);
631 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Stores);
H A DScheduleDAGRRList.cpp438 if (N->getOperand(i).getValueType() == MVT::Other) {
498 if (N->getOperand(i).getValueType() == MVT::Other) {
952 else if (VT == MVT::Other)
2168 if (VT == MVT::Glue || VT == MVT::Other)
2758 if (VT == MVT::Glue || VT == MVT::Other)
/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp138 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom);
146 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
147 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::Other, Custom);
148 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom);
188 setOperationAction(ISD::BRCOND, MVT::Other, Legal);
1309 bool HasChainIn = Op->getOperand(0).getValueType() == MVT::Other;
1350 assert(Val->getValueType(1) == MVT::Other);
/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp71 setOperationAction(ISD::BRCOND, MVT::Other, Custom);
75 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom);
76 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
112 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::Other, Expand);
1440 Stores[i] = DAG.getNode(AMDGPUISD::REGISTER_STORE, DL, MVT::Other,
1444 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Stores);
1449 Chain = DAG.getNode(AMDGPUISD::REGISTER_STORE, DL, MVT::Other, Chain, Value, Ptr,
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp874 bool operator<(const Cost &Other) const;
1054 bool Cost::operator<(const Cost &Other) const {
1057 std::tie(Other.NumRegs, Other.AddRecCost, Other.NumIVMuls,
1058 Other.NumBaseAdds, Other.ScaleCost, Other.ImmCost,
1059 Other.SetupCost);
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h257 /// impossible to compile. Other errors should have been handled much
650 bool isIdenticalTo(const MachineInstr *Other,
/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp340 if (VTy == MVT::Other)
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp44 bool Status::equivalent(const Status &Other) const {
45 return getUniqueID() == Other.getUniqueID();
/external/eigen/Eigen/src/SparseCore/
H A DSparseMatrix.h800 template<typename Other>
801 void initAssignment(const Other& other)
/external/llvm/include/llvm/ADT/
H A DIntervalMap.h221 /// @param Other Node elements are copied from.
226 void copy(const NodeBase<T1, T2, M> &Other, unsigned i, argument
231 first[j] = Other.first[i];
232 second[j] = Other.second[i];
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp602 // Other and Visibility share the same byte with Visibility using the lower
605 uint8_t Other = MCELF::getOther(OrigData) << (ELF_STO_Shift - ELF_STV_Shift); local
606 Other |= Visibility;
623 Writer.writeSymbol(MSD.StringIndex, Info, Value, Size, Other,
/external/bison/doc/
H A Drefcard.tex390 /* Other C code. */
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDebuggerAgent.cpp1433 if (m_breakReason == InspectorFrontend::Debugger::Reason::Other && source == DebugCommandBreakpointSource)
1508 m_breakReason = InspectorFrontend::Debugger::Reason::Other;
H A DInspectorPageAgent.cpp364 return TypeBuilder::Page::ResourceType::Other;
366 return TypeBuilder::Page::ResourceType::Other;
H A DInspectorResourceAgent.cpp589 .setType(TypeBuilder::Network::Initiator::Type::Other)
/external/clang/include/clang/AST/
H A DASTContext.h654 import_iterator Other(*this);
656 return Other;
1722 /// Other ABIs use the same idea. However, the ARM C++ ABI ignores
/external/clang/include/clang/Sema/
H A DDeclSpec.h155 void Adopt(NestedNameSpecifierLoc Other);
831 UnqualifiedId(const UnqualifiedId &Other) LLVM_DELETED_FUNCTION;
/external/llvm/lib/Support/
H A DYAMLParser.cpp196 bool operator ==(const SimpleKey &Other) { argument
197 return Tok == Other.Tok;
/external/zlib/src/as400/
H A Dzlib.inc34 * Other equates.
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/console/
H A DConsoleView.js263 var consoleMessage = new WebInspector.ConsoleMessage(null, WebInspector.ConsoleMessage.MessageSource.Other, level, message.text,
H A DConsoleViewMessage.js1217 case WebInspector.ConsoleMessage.MessageSource.Other:
1218 sourceString = "Other";
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DInspectorFileSystemAgent.cpp289 resourceType = ResourceType::Other;

Completed in 5650 milliseconds

1234567891011>>