Home
last modified time | relevance | path

Searched refs:opName (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.td717 class SOP1_Pseudo <string opName, dag outs, dag ins, list<dag> pattern> :
719 SIMCInstr<opName, SIEncodingFamily.NONE> {
724 class SOP1_Real_si <sop1 op, string opName, dag outs, dag ins, string asm> :
727 SIMCInstr<opName, SIEncodingFamily.SI> {
734 class SOP1_Real_vi <sop1 op, string opName, dag outs, dag ins, string asm> :
737 SIMCInstr<opName, SIEncodingFamily.VI> {
744 multiclass SOP1_m <sop1 op, string opName, dag outs, dag ins, string asm,
747 def "" : SOP1_Pseudo <opName, outs, ins, pattern>;
749 def _si : SOP1_Real_si <op, opName, outs, ins, asm>;
751 def _vi : SOP1_Real_vi <op, opName, outs, ins, asm>;
[all …]
DR600Instructions.td93 class R600_1OP <bits<11> inst, string opName, list<dag> pattern,
100 !strconcat(" ", opName,
125 class R600_1OP_Helper <bits<11> inst, string opName, SDPatternOperator node,
127 R600_1OP <inst, opName,
134 class R600_2OP <bits<11> inst, string opName, list<dag> pattern,
143 !strconcat(" ", opName,
163 class R600_2OP_Helper <bits<11> inst, string opName,
166 R600_2OP <inst, opName,
175 class R600_3OP <bits<5> inst, string opName, list<dag> pattern,
184 !strconcat(" ", opName, "$clamp $last $dst$dst_rel, "
[all …]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.hpp248 bool isResourceSupported (const OperationName opName, const ResourceDescription& resourceDes…
249 de::MovePtr<OperationSupport> makeOperationSupport (const OperationName opName, const ResourceDescr…
250 std::string getOperationName (const OperationName opName);
DvktSynchronizationOperation.cpp3543 bool isResourceSupported (const OperationName opName, const ResourceDescription& resourceDesc) in isResourceSupported() argument
3545 switch (opName) in isResourceSupported()
3639 std::string getOperationName (const OperationName opName) in getOperationName() argument
3641 switch (opName) in getOperationName()
3712 de::MovePtr<OperationSupport> makeOperationSupport (const OperationName opName, const ResourceDescr… in makeOperationSupport() argument
3714 switch (opName) in makeOperationSupport()
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DTokenRewriteStream.java112 String opName = getClass().getName(); in toString() local
113 int $index = opName.indexOf('$'); in toString()
114 opName = opName.substring($index+1, opName.length()); in toString()
115 return "<"+opName+"@"+tokens.get(index)+ in toString()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenRewriteStream.cs125 string opName = this.GetType().Name; in ToString()
126 int index = opName.IndexOf('$'); in ToString()
127 opName = opName.Substring(index + 1); in ToString()
128 return "<" + opName + "@" + this.index + ":\"" + text + "\">"; in ToString()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenRewriteStream.cs141 string opName = this.GetType().Name; in ToString()
142 int dindex = opName.IndexOf( '$' ); in ToString()
143 opName = opName.Substring( dindex + 1 ); in ToString()
144 return string.Format("<{0}@{1}:\"{2}\">", opName, stream._tokens[index], text); in ToString()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DEDEmitter.cpp383 const char *opName, in decorate1() argument
387 opIndex = inst.Operands.getOperandNamed(std::string(opName)); in decorate1()
392 #define DECORATE1(opName, opFlag) decorate1(operandFlags, inst, opName, opFlag) argument
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTokenRewriteStream.m73 NSString *opName = [self className];
74 int $index = [self indexOf:'$' inString:opName];
75 opName = [opName substringWithRange:NSMakeRange($index+1, [opName length])];
76 return [NSString stringWithFormat:@"<%@%d:\"%@\">", opName, rwIndex, opName];
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Dstreams.py974 opName = self.__class__.__name__
976 opName, self.index, self.text)
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp1340 const char* const opName = m_op == "+" ? "addition" in logSingleOperationCalculationInfo() local
1345 DE_ASSERT(opName != DE_NULL); in logSingleOperationCalculationInfo()
1348 << opName << " operations in one loop iteration than the small program; " in logSingleOperationCalculationInfo()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1336 const char* const opName = m_op == "+" ? "addition" in logSingleOperationCalculationInfo() local
1341 DE_ASSERT(opName != DE_NULL); in logSingleOperationCalculationInfo()
1344 << opName << " operations in one loop iteration than the small program; " in logSingleOperationCalculationInfo()