HomeSort by relevance Sort by last modified time
    Searched defs:WC (Results 1 - 6 of 6) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVDecorate.h 55 SPIRVDecorateGeneric(Op OC, SPIRVWord WC, Decoration TheDec,
58 SPIRVDecorateGeneric(Op OC, SPIRVWord WC, Decoration TheDec,
235 static const SPIRVWord WC = 2;
238 :SPIRVEntry(TheModule, WC, OC, TheId){
261 assert(WordCount == WC);
279 void setWordCount(SPIRVWord WC) {
280 SPIRVEntryNoIdGeneric::setWordCount(WC);
281 Targets.resize(WC - FixedWC);
SPIRVValue.h 304 const static SPIRVWord WC = 6;
308 :SPIRVValue(M, WC, OC, TheType, TheId), AddrMode(TheAddrMode),
337 assert(WordCount == WC);
346 const static SPIRVWord WC = 6;
350 :SPIRVValue(M, WC, OC, TheType, TheId), PacketSize(ThePacketSize),
379 assert(WordCount == WC);
SPIRVEntry.h 493 static const SPIRVWord WC = 5;
497 :SPIRVAnnotation(TheTarget, WC), FileName(TheFileName), Line(TheLine),
SPIRVInstruction.h 225 virtual void initImpl(Op OC, bool HasId = true, SPIRVWord WC = 0,
233 if (WC)
234 SPIRVEntry::setWordCount(WC);
263 SPIRVWord WC = TheOps.size() + 1;
265 ++WC;
267 ++WC;
269 if (WordCount == WC) {
272 assert(HasVariWC && WC >= WordCount && "Invalid word count");
273 SPIRVEntry::setWordCount(WC);
276 SPIRVEntry::setWordCount(WC);
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ppc-opc.c 417 /* The LS or WC field in an X (sync or wait) form instruction. */
419 #define WC LS
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 246 milliseconds