Searched refs:Desc (Results 101 - 125 of 170) sorted by relevance

1234567

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCCodeEmitter.cpp109 const MCInstrDesc &Desc = MCII.get(Opcode); variable
114 unsigned Size = Desc.getSize();
/external/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp244 const MCInstrDesc &Desc = TII->get(Opcode); local
245 unsigned MIFlags = Desc.TSFlags;
/external/clang/lib/Driver/
H A DSanitizerArgs.cpp219 std::string Desc = describeSanitizeArg(*I, KindsToDiagnose); local
221 << Desc << "-fsanitize-trap=undefined";
226 std::string Desc = describeSanitizeArg(*I, KindsToDiagnose); local
228 << Desc << TC.getTriple().str();
/external/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp1657 const MCInstrDesc &Desc = get(Opcode);
1658 if (!Desc.isVariadic() &&
1659 Desc.getNumOperands() != MI.getNumExplicitOperands()) {
1665 for (int i = 0, e = Desc.getNumOperands(); i != e; ++i) {
1672 int RegClass = Desc.OpInfo[i].RegClass;
1674 switch (Desc.OpInfo[i].OperandType) {
1758 if (Desc.getOpcode() == AMDGPU::V_DIV_SCALE_F32 ||
1759 Desc.getOpcode() == AMDGPU::V_DIV_SCALE_F64) {
1850 const MCInstrDesc &Desc = get(MI.getOpcode());
1851 if (MI.isVariadic() || OpNo >= Desc
[all...]
/external/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp451 const MCInstrDesc &Desc = MI->getDesc(); local
452 unsigned AddrMode = (Desc.TSFlags & ARMII::AddrModeMask);
640 const MCInstrDesc &Desc = MI->getDesc(); local
641 unsigned AddrMode = (Desc.TSFlags & ARMII::AddrModeMask);
H A DThumbRegisterInfo.cpp361 const MCInstrDesc &Desc = MI.getDesc();
362 unsigned AddrMode = (Desc.TSFlags & ARMII::AddrModeMask);
/external/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp539 const MCInstrDesc &Desc = get(Opc); local
540 assert(Desc.NumOperands == 2 && "Unary instruction expected.");
542 unsigned DstRegSize = getRegClass(Desc, 0, RI, MF)->getSize();
543 unsigned SrcRegSize = getRegClass(Desc, 1, RI, MF)->getSize();
H A DMipsSEFrameLowering.cpp194 const MCInstrDesc &Desc = TII.get(TargetOpcode::COPY); local
197 BuildMI(MBB, I, DL, Desc, Lo).addReg(VR0, RegState::Kill);
199 BuildMI(MBB, I, DL, Desc, Hi).addReg(VR1, RegState::Kill);
/external/skia/src/gpu/vk/
H A DGrVkBuffer.cpp21 const GrVkBuffer::Resource* GrVkBuffer::Create(const GrVkGpu* gpu, const Desc& desc) {
/external/spirv-llvm/lib/SPIRV/
H A DOCL20ToSPIRV.cpp1089 auto Desc = map<SPIRVTypeImageDescriptor>(ImageTyName); local
1090 unsigned Dim = getImageDimension(Desc.Dim) + Desc.Arrayed;
1099 if (Desc.Dim == DimBuffer)
1110 if (Desc.Dim == Dim3D) {
1118 } else if (Desc.Dim == Dim2D && Desc.Arrayed) {
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp1446 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); local
1447 uint64_t TSFlags = Desc.TSFlags;
1452 if (Desc.getSize() == 2 || Desc.getSize() == 4)
1453 Size = Desc.getSize();
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h911 *os << D::Desc() << " ";
931 static const char* Desc() { return "is equal to"; } function in class:testing::internal::EqMatcher
939 static const char* Desc() { return "isn't equal to"; } function in class:testing::internal::NeMatcher
947 static const char* Desc() { return "is <"; } function in class:testing::internal::LtMatcher
955 static const char* Desc() { return "is >"; } function in class:testing::internal::GtMatcher
963 static const char* Desc() { return "is <="; } function in class:testing::internal::LeMatcher
971 static const char* Desc() { return "is >="; } function in class:testing::internal::GeMatcher
1394 return os << D::Desc();
1416 static const char* Desc() { return "an equal pair"; } function in class:testing::internal::Eq2Matcher
1420 static const char* Desc() { retur function in class:testing::internal::Ne2Matcher
1424 static const char* Desc() { return "a pair where the first < the second"; } function in class:testing::internal::Lt2Matcher
1428 static const char* Desc() { return "a pair where the first > the second"; } function in class:testing::internal::Gt2Matcher
1432 static const char* Desc() { return "a pair where the first <= the second"; } function in class:testing::internal::Le2Matcher
1436 static const char* Desc() { return "a pair where the first >= the second"; } function in class:testing::internal::Ge2Matcher
[all...]
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h911 *os << D::Desc() << " ";
931 static const char* Desc() { return "is equal to"; } function in class:testing::internal::EqMatcher
939 static const char* Desc() { return "isn't equal to"; } function in class:testing::internal::NeMatcher
947 static const char* Desc() { return "is <"; } function in class:testing::internal::LtMatcher
955 static const char* Desc() { return "is >"; } function in class:testing::internal::GtMatcher
963 static const char* Desc() { return "is <="; } function in class:testing::internal::LeMatcher
971 static const char* Desc() { return "is >="; } function in class:testing::internal::GeMatcher
1394 return os << D::Desc();
1416 static const char* Desc() { return "an equal pair"; } function in class:testing::internal::Eq2Matcher
1420 static const char* Desc() { retur function in class:testing::internal::Ne2Matcher
1424 static const char* Desc() { return "a pair where the first < the second"; } function in class:testing::internal::Lt2Matcher
1428 static const char* Desc() { return "a pair where the first > the second"; } function in class:testing::internal::Gt2Matcher
1432 static const char* Desc() { return "a pair where the first <= the second"; } function in class:testing::internal::Le2Matcher
1436 static const char* Desc() { return "a pair where the first >= the second"; } function in class:testing::internal::Ge2Matcher
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCommandLine.h367 StringRef Desc; member in struct:llvm::desc
369 desc(StringRef Str) : Desc(Str) {}
371 void apply(Option &O) const { O.setDescription(Desc); }
377 StringRef Desc; member in struct:llvm::value_desc
379 value_desc(StringRef Str) : Desc(Str) {}
381 void apply(Option &O) const { O.setValueStr(Desc); }
/external/llvm/tools/verify-uselistorder/
H A Dverify-uselistorder.cpp258 static void debugValue(const ValueMapping &M, unsigned I, StringRef Desc) { argument
260 dbgs() << " - " << Desc << " value = ";
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DTargetRegistry.h782 RegisterTarget(Target &T, const char *Name, const char *Desc) { argument
783 TargetRegistry::RegisterTarget(T, Name, Desc,
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DThumb2InstrInfo.cpp389 const MCInstrDesc &Desc = MI.getDesc();
390 unsigned AddrMode = (Desc.TSFlags & ARMII::AddrModeMask);
H A DARMBaseRegisterInfo.cpp893 const MCInstrDesc &Desc = MI->getDesc(); local
894 unsigned AddrMode = (Desc.TSFlags & ARMII::AddrModeMask);
1084 const MCInstrDesc &Desc = MI->getDesc(); local
1085 unsigned AddrMode = (Desc.TSFlags & ARMII::AddrModeMask);
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DSubtargetEmitter.cpp94 const std::string &Desc = Feature->getValueAsString("Desc"); local
101 << "\"" << Desc << "\", "
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h163 void insertDIE(const DINode *Desc, DIE *D);
/external/llvm/lib/CodeGen/
H A DLexicalScopes.cpp320 const MDNode *N = Desc;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLexicalScopes.cpp320 const MDNode *N = Desc;
/external/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp390 const BlockMass &M, const char *Desc) {
392 if (Desc)
393 dbgs() << " [" << Desc << "]";
388 debugAssign(const BlockFrequencyInfoImplBase &BFI, const DitheringDistributer &D, const BlockNode &T, const BlockMass &M, const char *Desc) argument
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp134 MCInstrDesc const &Desc = HexagonMCInstrInfo::getDesc(MCII, Inst); local
136 XMI.setOpcode((Desc.isBranch() || Desc.isCall() ||
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp1673 const MCInstrDesc &Desc = MCII.get(MI.getOpcode());
1674 uint64_t TSFlags = Desc.TSFlags;
1679 if (Desc.getSize() == 2 || Desc.getSize() == 4)
1680 Size = Desc.getSize();

Completed in 720 milliseconds

1234567