HomeSort by relevance Sort by last modified time
    Searched refs:Op (Results 501 - 525 of 1328) sorted by null

<<21222324252627282930>>

  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmMatcherEmitter.cpp 607 MatchableInfo::AsmOperand &Op);
641 AsmOperand &Op = AsmOperands[i];
642 errs() << " op[" << i << "] = " << Op.Class->ClassName << " - ";
643 errs() << '\"' << Op.Token << "\"\n";
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp 135 const SCEV *Op = Trunc->getOperand();
136 OS << "(trunc " << *Op->getType() << " " << *Op << " to "
142 const SCEV *Op = ZExt->getOperand();
143 OS << "(zext " << *Op->getType() << " " << *Op << " to "
149 const SCEV *Op = SExt->getOperand();
150 OS << "(sext " << *Op->getType() << " " << *Op << " to "
306 unsigned SCEVTy, const SCEV *op, Type *ty
    [all...]
  /external/llvm/include/llvm/MC/
MCDwarf.h 355 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
356 : Operation(Op), Label(L), Register(R), Offset(O),
358 assert(Op != OpRegister);
361 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
362 : Operation(Op), Label(L), Register(R1), Register2(R2) {
363 assert(Op == OpRegister);
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 258 Value *Op = GEP->getPointerOperand();
260 if (dyn_cast<PointerType>(Op->getType())->getAddressSpace() != Addrspace) {
261 Op = new BitCastInst(Op, PointerType::get(dyn_cast<PointerType>(
262 Op->getType())->getElementType(), Addrspace),
268 GetElementPtrInst* GEP2 = GetElementPtrInst::Create(Op, Params, Name,
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FloatingPoint.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
noder.go 308 if typ.Op == ODDD {
314 typ.Op = OTARRAY
375 if obj.Op == OPACK {
383 op := OSLICE
385 op = OSLICE3
387 n := p.nod(expr, op, p.expr(expr.X), nil)
407 if expr.Op == syntax.And {
409 if x.Op == OCOMPLIT {
418 return p.nod(expr, p.unOp(expr.Op), x, nil)
420 return p.nod(expr, p.binOp(expr.Op), x, p.expr(expr.Y)
    [all...]
esc.go 61 if n.Op == ODCLFUNC && !n.Func.IsHiddenClosure {
131 if n.Op == OCALLFUNC || n.Op == OCALLMETH {
133 if n.Op == OCALLMETH {
136 if fn != nil && fn.Op == ONAME && fn.Class == PFUNC && fn.Name.Defn != nil {
144 if n.Op == OCLOSURE {
413 e.theSink.Op = ONAME
478 if n.Op == ODCLFUNC {
485 if n.Op == ODCLFUNC {
520 if n.Op == ODCLFUNC
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ppc64/
ssa.go 15 var condOps = map[ssa.Op]obj.As{
38 var iselOps = map[ssa.Op]iselOp{
59 // if flive && (v.Op == v.Op == ssa.OpPPC64MOVDconst) {
147 switch v.Op {
164 op := ppc64.AMOVD
167 op = ppc64.AFMOVD
169 p := gc.Prog(op)
243 p = gc.Prog(v.Op.Asm())
278 p = gc.Prog(v.Op.Asm()
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewrite.go 31 if b.Control != nil && b.Control.Op == OpCopy {
32 for b.Control.Op == OpCopy {
52 if a.Op != OpCopy {
80 if v.Op == OpInvalid {
200 if v.Op == OpPhi {
218 if m.Op == OpPhi {
390 if p1.Op != p2.Op {
393 switch p1.Op {
397 // OpAddr's 0th arg is either OpSP or OpSB, which means that it is uniquely identified by its Op
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
noder.go 308 if typ.Op == ODDD {
314 typ.Op = OTARRAY
375 if obj.Op == OPACK {
383 op := OSLICE
385 op = OSLICE3
387 n := p.nod(expr, op, p.expr(expr.X), nil)
407 if expr.Op == syntax.And {
409 if x.Op == OCOMPLIT {
418 return p.nod(expr, p.unOp(expr.Op), x, nil)
420 return p.nod(expr, p.binOp(expr.Op), x, p.expr(expr.Y)
    [all...]
esc.go 61 if n.Op == ODCLFUNC && !n.Func.IsHiddenClosure {
131 if n.Op == OCALLFUNC || n.Op == OCALLMETH {
133 if n.Op == OCALLMETH {
136 if fn != nil && fn.Op == ONAME && fn.Class == PFUNC && fn.Name.Defn != nil {
144 if n.Op == OCLOSURE {
413 e.theSink.Op = ONAME
478 if n.Op == ODCLFUNC {
485 if n.Op == ODCLFUNC {
520 if n.Op == ODCLFUNC
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ppc64/
ssa.go 15 var condOps = map[ssa.Op]obj.As{
38 var iselOps = map[ssa.Op]iselOp{
59 // if flive && (v.Op == v.Op == ssa.OpPPC64MOVDconst) {
147 switch v.Op {
164 op := ppc64.AMOVD
167 op = ppc64.AFMOVD
169 p := gc.Prog(op)
243 p = gc.Prog(v.Op.Asm())
278 p = gc.Prog(v.Op.Asm()
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewrite.go 31 if b.Control != nil && b.Control.Op == OpCopy {
32 for b.Control.Op == OpCopy {
52 if a.Op != OpCopy {
80 if v.Op == OpInvalid {
200 if v.Op == OpPhi {
218 if m.Op == OpPhi {
390 if p1.Op != p2.Op {
393 switch p1.Op {
397 // OpAddr's 0th arg is either OpSP or OpSB, which means that it is uniquely identified by its Op
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
disassemble.cpp 82 Op getOpCode(int id) const { return idInstruction[id] ? (Op)(stream[idInstruction[id]] & OpCodeMask) : OpNop; }
94 void disassembleInstruction(Id resultId, Id typeId, Op opCode, int numOperands);
158 Op opCode = (Op)(firstWord & OpCodeMask);
190 // Hand off the Op and all its operands
308 void SpirvStream::disassembleInstruction(Id resultId, Id /*typeId*/, Op opCode, int numOperands)
312 out << (OpcodeString(opCode) + 2); // leave out the "Op"
387 for (int op = 0; op < InstructionDesc[opCode].operands.getNum() && numOperands > 0; ++op)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
disassemble.cpp 82 Op getOpCode(int id) const { return idInstruction[id] ? (Op)(stream[idInstruction[id]] & OpCodeMask) : OpNop; }
94 void disassembleInstruction(Id resultId, Id typeId, Op opCode, int numOperands);
158 Op opCode = (Op)(firstWord & OpCodeMask);
190 // Hand off the Op and all its operands
308 void SpirvStream::disassembleInstruction(Id resultId, Id /*typeId*/, Op opCode, int numOperands)
312 out << (OpcodeString(opCode) + 2); // leave out the "Op"
387 for (int op = 0; op < InstructionDesc[opCode].operands.getNum() && numOperands > 0; ++op)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 43 BinaryOperator::Opcode Op = B->getOpcode();
45 if (Op == BO_Assign) {
93 SVal Result = evalBinOp(state, Op, LeftV, RightV, B->getType());
106 switch (Op) {
109 case BO_MulAssign: Op = BO_Mul; break;
110 case BO_DivAssign: Op = BO_Div; break;
111 case BO_RemAssign: Op = BO_Rem; break;
112 case BO_AddAssign: Op = BO_Add; break;
113 case BO_SubAssign: Op = BO_Sub; break;
114 case BO_ShlAssign: Op = BO_Shl; break
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h 453 /// getAnyExtOrTrunc - Convert Op, which must be of integer type, to the
455 SDValue getAnyExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT);
457 /// getSExtOrTrunc - Convert Op, which must be of integer type, to the
459 SDValue getSExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT);
461 /// getZExtOrTrunc - Convert Op, which must be of integer type, to the
463 SDValue getZExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT);
465 /// getZeroExtendInReg - Return the expression required to zero extend the Op
467 SDValue getZeroExtendInReg(SDValue Op, DebugLoc DL, EVT SrcTy);
475 SDValue getCALLSEQ_START(SDValue Chain, SDValue Op) {
477 SDValue Ops[] = { Chain, Op };
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/
IfrParse.c     [all...]
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Ip4.c 277 pRxData = pPacket->Op.Ip4Rx.pRxData;
283 pPacket->Op.Ip4Rx.pRxData = NULL;
325 pSocket->TxPacketOffset = OFFSET_OF ( ESL_PACKET, Op.Ip4Tx.TxData );
420 pRxData = pPacket->Op.Ip4Rx.pRxData;
643 pPacket->Op.Ip4Rx.pRxData = pRxData;
953 sizeof ( pPacket->Op.Ip4Tx )
954 - sizeof ( pPacket->Op.Ip4Tx.Buffer )
962 pTxData = &pPacket->Op.Ip4Tx;
973 pTxData->TxData.FragmentTable[0].FragmentBuffer = &pPacket->Op.Ip4Tx.Buffer[0];
1006 CopyMem ( &pPacket->Op.Ip4Tx.Buffer[0],
    [all...]
Udp4.c 199 pRxData = pPacket->Op.Udp4Rx.pRxData;
205 pPacket->Op.Udp4Rx.pRxData = NULL;
247 pSocket->TxPacketOffset = OFFSET_OF ( ESL_PACKET, Op.Udp4Tx.TxData );
328 pRxData = pPacket->Op.Udp4Rx.pRxData;
539 pPacket->Op.Udp4Rx.pRxData = pRxData;
816 sizeof ( pPacket->Op.Udp4Tx )
817 - sizeof ( pPacket->Op.Udp4Tx.Buffer )
825 pTxData = &pPacket->Op.Udp4Tx;
831 pTxData->TxData.FragmentTable[0].FragmentBuffer = &pPacket->Op.Udp4Tx.Buffer[0];
860 CopyMem ( &pPacket->Op.Udp4Tx.Buffer[0],
    [all...]
Udp6.c 177 pRxData = pPacket->Op.Udp6Rx.pRxData;
183 pPacket->Op.Udp6Rx.pRxData = NULL;
225 pSocket->TxPacketOffset = OFFSET_OF ( ESL_PACKET, Op.Udp6Tx.TxData );
312 pRxData = pPacket->Op.Udp6Rx.pRxData;
533 pPacket->Op.Udp6Rx.pRxData = pRxData;
861 sizeof ( pPacket->Op.Udp6Tx )
862 - sizeof ( pPacket->Op.Udp6Tx.Buffer )
870 pTxData = &pPacket->Op.Udp6Tx;
875 pTxData->TxData.FragmentTable[0].FragmentBuffer = &pPacket->Op.Udp6Tx.Buffer[0];
901 CopyMem ( &pPacket->Op.Udp6Tx.Buffer[0],
    [all...]
Tcp6.c     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AutoUpgrade.cpp 243 AtomicRMWInst::BinOp Op;
245 Op = AtomicRMWInst::Xchg;
247 Op = AtomicRMWInst::Add;
249 Op = AtomicRMWInst::Sub;
251 Op = AtomicRMWInst::And;
253 Op = AtomicRMWInst::Nand;
255 Op = AtomicRMWInst::Or;
257 Op = AtomicRMWInst::Xor;
259 Op = AtomicRMWInst::Max;
261 Op = AtomicRMWInst::Min
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 110 constructVariadicOperator(DynTypedMatcher::VariadicOperator Op,
151 VariadicOperatorMatcher(DynTypedMatcher::VariadicOperator Op,

Completed in 1658 milliseconds

<<21222324252627282930>>