Home
last modified time | relevance | path

Searched refs:SimpleOp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td103 class SimpleOp<string name, bits<16> opCode>: Op<opCode, (outs), (ins), name>;
107 def OpNop: SimpleOp<"OpNop", 0>;
634 def OpKill: SimpleOp<"OpKill", 252>;
635 def OpReturn: SimpleOp<"OpReturn", 253>;
637 def OpUnreachable: SimpleOp<"OpUnreachable", 255>;
693 def OpEmitVertex: SimpleOp<"OpEmitVertex", 218>;
694 def OpEndPrimitive: SimpleOp<"OpEndPrimitive", 219>;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1427 if (Constant *SimpleOp = SimplifiedValues.lookup(GTI.getOperand())) in accumulateGEPOffset() local
1428 OpC = dyn_cast<ConstantInt>(SimpleOp); in accumulateGEPOffset()
1455 if (Constant *SimpleOp = SimplifiedValues.lookup(Op)) in isGEPFree() local
1456 Operands.push_back(SimpleOp); in isGEPFree()