Searched refs:SimpleOp (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstrInfo.td | 86 class SimpleOp<string name, bits<16> opCode>: Op<opCode, (outs), (ins), name>; 90 def OpNop: SimpleOp<"OpNop", 0>; 593 def OpKill: SimpleOp<"OpKill", 252>; 594 def OpReturn: SimpleOp<"OpReturn", 253>; 596 def OpUnreachable: SimpleOp<"OpUnreachable", 255>; 649 def OpEmitVertex: SimpleOp<"OpEmitVertex", 218>; 650 def OpEndPrimitive: SimpleOp<"OpEndPrimitive", 219>;
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | InlineCost.cpp | 1343 if (Constant *SimpleOp = SimplifiedValues.lookup(GTI.getOperand())) in accumulateGEPOffset() local 1344 OpC = dyn_cast<ConstantInt>(SimpleOp); in accumulateGEPOffset() 1371 if (Constant *SimpleOp = SimplifiedValues.lookup(Op)) in isGEPFree() local 1372 Operands.push_back(SimpleOp); in isGEPFree()
|