Searched refs:SimpleOp (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/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>; 597 def OpKill: SimpleOp<"OpKill", 252>; 598 def OpReturn: SimpleOp<"OpReturn", 253>; 600 def OpUnreachable: SimpleOp<"OpUnreachable", 255>; 653 def OpEmitVertex: SimpleOp<"OpEmitVertex", 218>; 654 def OpEndPrimitive: SimpleOp<"OpEndPrimitive", 219>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InlineCost.cpp | 1417 if (Constant *SimpleOp = SimplifiedValues.lookup(GTI.getOperand())) in accumulateGEPOffset() local 1418 OpC = dyn_cast<ConstantInt>(SimpleOp); in accumulateGEPOffset() 1445 if (Constant *SimpleOp = SimplifiedValues.lookup(Op)) in isGEPFree() local 1446 Operands.push_back(SimpleOp); in isGEPFree()
|