/external/swiftshader/third_party/LLVM/include/llvm/ |
GlobalVariable.h | 119 return static_cast<Constant*>(Op<0>().get()); 123 return static_cast<Constant*>(Op<0>().get());
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
MCExpr.h | 238 Opcode Op; 242 : MCExpr(MCExpr::Unary), Op(_Op), Expr(_Expr) {} 248 static const MCUnaryExpr *Create(Opcode Op, const MCExpr *Expr, 268 Opcode getOpcode() const { return Op; } 310 Opcode Op; 314 : MCExpr(MCExpr::Binary), Op(_Op), LHS(_LHS), RHS(_RHS) {} 320 static const MCBinaryExpr *Create(Opcode Op, const MCExpr *LHS, 400 Opcode getOpcode() const { return Op; }
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
PathOpsActivity.java | 57 Path.Op[] ops = Path.Op.values(); 70 if (!mPaths[i].op(p1, p2, ops[i])) {
|
/prebuilts/go/darwin-x86/src/os/exec/ |
exec_posix.go | 21 pe.Op == "write" && pe.Path == "|1" &&
|
/prebuilts/go/linux-x86/src/os/exec/ |
exec_posix.go | 21 pe.Op == "write" && pe.Path == "|1" &&
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/ |
SPVRemapper.cpp | 64 const spv::Op opCode = asOpCode(word); 78 spirvbin_t::range_t spirvbin_t::literalRange(spv::Op opCode) const 97 spirvbin_t::range_t spirvbin_t::typeRange(spv::Op opCode) const 118 spirvbin_t::range_t spirvbin_t::constRange(spv::Op opCode) const 131 bool spirvbin_t::isStripOp(spv::Op opCode) const 143 bool spirvbin_t::isFlowCtrl(spv::Op opCode) const 158 bool spirvbin_t::isTypeOp(spv::Op opCode) const 185 bool spirvbin_t::isConstOp(spv::Op opCode) const 199 const auto inst_fn_nop = [](spv::Op, unsigned) { return false; }; 307 [&](spv::Op opCode, unsigned start) [all...] |
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/ |
SPVRemapper.cpp | 64 const spv::Op opCode = asOpCode(word); 78 spirvbin_t::range_t spirvbin_t::literalRange(spv::Op opCode) const 97 spirvbin_t::range_t spirvbin_t::typeRange(spv::Op opCode) const 118 spirvbin_t::range_t spirvbin_t::constRange(spv::Op opCode) const 131 bool spirvbin_t::isStripOp(spv::Op opCode) const 143 bool spirvbin_t::isFlowCtrl(spv::Op opCode) const 158 bool spirvbin_t::isTypeOp(spv::Op opCode) const 185 bool spirvbin_t::isConstOp(spv::Op opCode) const 199 const auto inst_fn_nop = [](spv::Op, unsigned) { return false; }; 307 [&](spv::Op opCode, unsigned start) [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAG.cpp | 164 for (const SDValue &Op : N->op_values()) { 165 if (Op.isUndef()) 177 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Op)) { 180 } else if (ConstantFPSDNode *CFPN = dyn_cast<ConstantFPSDNode>(Op)) { 197 for (const SDValue &Op : N->op_values()) { 198 if (Op.isUndef()) 200 if (!isa<ConstantSDNode>(Op)) 210 for (const SDValue &Op : N->op_values()) { 211 if (Op.isUndef()) 213 if (!isa<ConstantFPSDNode>(Op)) [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
SVals.cpp | 196 BinaryOperator::Opcode Op, 199 svalBuilder.getBasicValueFactory().evalAPSInt(Op, getValue(), R.getValue()); 222 BinaryOperator::Opcode Op, 225 assert(BinaryOperator::isComparisonOp(Op) || Op == BO_Sub); 227 const llvm::APSInt *X = BasicVals.evalAPSInt(Op, getValue(), R.getValue());
|
/external/llvm/lib/Target/BPF/ |
BPFISelLowering.cpp | 135 SDValue BPFTargetLowering::LowerOperation(SDValue Op, SelectionDAG &DAG) const { 136 switch (Op.getOpcode()) { 138 return LowerBR_CC(Op, DAG); 140 return LowerGlobalAddress(Op, DAG); 142 return LowerSELECT_CC(Op, DAG); 436 SDValue BPFTargetLowering::LowerBR_CC(SDValue Op, SelectionDAG &DAG) const { 437 SDValue Chain = Op.getOperand(0); 438 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(1))->get(); 439 SDValue LHS = Op.getOperand(2); 440 SDValue RHS = Op.getOperand(3) [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
TargetLowering.h | 355 virtual bool canOpTrap(unsigned Op, EVT VT) const; 370 LegalizeAction getOperationAction(unsigned Op, EVT VT) const { 372 assert(Op < array_lengthof(OpActions[0]) && "Table isn't big enough!"); 374 return (LegalizeAction)OpActions[I][Op]; 380 bool isOperationLegalOrCustom(unsigned Op, EVT VT) const { 382 (getOperationAction(Op, VT) == Legal || 383 getOperationAction(Op, VT) == Custom); 388 bool isOperationLegal(unsigned Op, EVT VT) const { 390 getOperationAction(Op, VT) == Legal; 495 EVT getTypeToPromoteTo(unsigned Op, EVT VT) const [all...] |
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
Globals.cpp | 94 Op<0>() = InitVal; 113 Op<0>() = InitVal; 163 Op<0>().set(0); 171 Op<0>().set(InitVal); 192 : GlobalValue(Ty, Value::GlobalAliasVal, &Op<0>(), 1, Link, Name) { 197 Op<0>() = aliasee;
|
/prebuilts/go/darwin-x86/src/net/ |
file.go | 24 err = &OpError{Op: "file", Net: "file+net", Source: nil, Addr: fileAddr(f.Name()), Err: err} 36 err = &OpError{Op: "file", Net: "file+net", Source: nil, Addr: fileAddr(f.Name()), Err: err} 48 err = &OpError{Op: "file", Net: "file+net", Source: nil, Addr: fileAddr(f.Name()), Err: err}
|
interface.go | 76 return nil, &OpError{Op: "route", Net: "ip+net", Source: nil, Addr: nil, Err: errInvalidInterface} 80 err = &OpError{Op: "route", Net: "ip+net", Source: nil, Addr: nil, Err: err} 89 return nil, &OpError{Op: "route", Net: "ip+net", Source: nil, Addr: nil, Err: errInvalidInterface} 93 err = &OpError{Op: "route", Net: "ip+net", Source: nil, Addr: nil, Err: err} 102 return nil, &OpError{Op: "route", Net: "ip+net", Source: nil, Addr: nil, Err: err} 118 err = &OpError{Op: "route", Net: "ip+net", Source: nil, Addr: nil, Err: err} 130 return nil, &OpError{Op: "route", Net: "ip+net", Source: nil, Addr: nil, Err: errInvalidInterfaceIndex} 134 return nil, &OpError{Op: "route", Net: "ip+net", Source: nil, Addr: nil, Err: err} 138 err = &OpError{Op: "route", Net: "ip+net", Source: nil, Addr: nil, Err: err} 155 return nil, &OpError{Op: "route", Net: "ip+net", Source: nil, Addr: nil, Err: errInvalidInterfaceName [all...] |
pipe.go | 58 return &OpError{Op: "set", Net: "pipe", Source: nil, Addr: nil, Err: errors.New("deadline not supported")} 62 return &OpError{Op: "set", Net: "pipe", Source: nil, Addr: nil, Err: errors.New("deadline not supported")} 66 return &OpError{Op: "set", Net: "pipe", Source: nil, Addr: nil, Err: errors.New("deadline not supported")}
|
/prebuilts/go/darwin-x86/src/regexp/syntax/ |
prog.go | 80 var op EmptyOp = EmptyNoWordBoundary 86 op |= EmptyBeginLine 88 op |= EmptyBeginText | EmptyBeginLine 94 op |= EmptyEndLine 96 op |= EmptyEndText | EmptyEndLine 99 op ^= (EmptyWordBoundary | EmptyNoWordBoundary) 101 return op 113 Op InstOp 125 // skipNop follows any no-op or capturing instructions 129 for i.Op == InstNop || i.Op == InstCapture 137 func (i *Inst) op() InstOp { func [all...] |
/prebuilts/go/linux-x86/src/net/ |
file.go | 24 err = &OpError{Op: "file", Net: "file+net", Source: nil, Addr: fileAddr(f.Name()), Err: err} 36 err = &OpError{Op: "file", Net: "file+net", Source: nil, Addr: fileAddr(f.Name()), Err: err} 48 err = &OpError{Op: "file", Net: "file+net", Source: nil, Addr: fileAddr(f.Name()), Err: err}
|
interface.go | 76 return nil, &OpError{Op: "route", Net: "ip+net", Source: nil, Addr: nil, Err: errInvalidInterface} 80 err = &OpError{Op: "route", Net: "ip+net", Source: nil, Addr: nil, Err: err} 89 return nil, &OpError{Op: "route", Net: "ip+net", Source: nil, Addr: nil, Err: errInvalidInterface} 93 err = &OpError{Op: "route", Net: "ip+net", Source: nil, Addr: nil, Err: err} 102 return nil, &OpError{Op: "route", Net: "ip+net", Source: nil, Addr: nil, Err: err} 118 err = &OpError{Op: "route", Net: "ip+net", Source: nil, Addr: nil, Err: err} 130 return nil, &OpError{Op: "route", Net: "ip+net", Source: nil, Addr: nil, Err: errInvalidInterfaceIndex} 134 return nil, &OpError{Op: "route", Net: "ip+net", Source: nil, Addr: nil, Err: err} 138 err = &OpError{Op: "route", Net: "ip+net", Source: nil, Addr: nil, Err: err} 155 return nil, &OpError{Op: "route", Net: "ip+net", Source: nil, Addr: nil, Err: errInvalidInterfaceName [all...] |
pipe.go | 58 return &OpError{Op: "set", Net: "pipe", Source: nil, Addr: nil, Err: errors.New("deadline not supported")} 62 return &OpError{Op: "set", Net: "pipe", Source: nil, Addr: nil, Err: errors.New("deadline not supported")} 66 return &OpError{Op: "set", Net: "pipe", Source: nil, Addr: nil, Err: errors.New("deadline not supported")}
|
/prebuilts/go/linux-x86/src/regexp/syntax/ |
prog.go | 80 var op EmptyOp = EmptyNoWordBoundary 86 op |= EmptyBeginLine 88 op |= EmptyBeginText | EmptyBeginLine 94 op |= EmptyEndLine 96 op |= EmptyEndText | EmptyEndLine 99 op ^= (EmptyWordBoundary | EmptyNoWordBoundary) 101 return op 113 Op InstOp 125 // skipNop follows any no-op or capturing instructions 129 for i.Op == InstNop || i.Op == InstCapture 137 func (i *Inst) op() InstOp { func [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
Scalarizer.cpp | 292 // Replace Op with the gathered form of the components in CV. Defer the 293 // deletion of Op and creation of the gathered form to the end of the pass, 294 // so that we can avoid creating the gathered form if all uses of Op are 296 void Scalarizer::gather(Instruction *Op, const ValueVector &CV) { 297 // Since we're not deleting Op yet, stub out its operands, so that it 299 for (unsigned I = 0, E = Op->getNumOperands(); I != E; ++I) 300 Op->setOperand(I, UndefValue::get(Op->getOperand(I)->getType())); 302 transferMetadata(Op, CV); 304 // If we already have a scattered form of Op (created from ExtractElement [all...] |
/external/llvm/utils/TableGen/ |
FastISelEmitter.cpp | 196 TreePatternNode *Op = InstPatNode->getChild(i); 199 if (!Op->isLeaf() && Op->getOperator()->getName() == "imm") { 201 if (!Op->getPredicateFns().empty()) { 202 TreePredicateFn PredFn = Op->getPredicateFns()[0]; 206 if (Op->getPredicateFns().size() > 1 || 221 //if (Op->getType(0) != VT) 231 if (!Op->getPredicateFns().empty() || Op->getNumTypes() != 1) 234 if (!Op->isLeaf()) [all...] |
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
FastISelEmitter.cpp | 189 TreePatternNode *Op = InstPatNode->getChild(i); 192 if (!Op->isLeaf() && Op->getOperator()->getName() == "imm") { 194 if (!Op->getPredicateFns().empty()) { 195 TreePredicateFn PredFn = Op->getPredicateFns()[0]; 199 if (Op->getPredicateFns().size() > 1 || 214 //if (Op->getType(0) != VT) 224 if (!Op->getPredicateFns().empty() || Op->getNumTypes() != 1) 227 if (!Op->isLeaf()) [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
MBlazeISelLowering.cpp | 195 SDValue MBlazeTargetLowering::LowerOperation(SDValue Op, 197 switch (Op.getOpcode()) 199 case ISD::ConstantPool: return LowerConstantPool(Op, DAG); 200 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); 201 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG); 202 case ISD::JumpTable: return LowerJumpTable(Op, DAG); 203 case ISD::SELECT_CC: return LowerSELECT_CC(Op, DAG); 204 case ISD::VASTART: return LowerVASTART(Op, DAG); 568 SDValue MBlazeTargetLowering::LowerSELECT_CC(SDValue Op, 570 SDValue LHS = Op.getOperand(0) [all...] |