Searched refs:Op (Results 201 - 225 of 804) sorted by relevance

1234567891011>>

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp144 virtual bool SelectInlineAsmMemoryOperand(const SDValue &Op, argument
147 OutOps.push_back(Op);
270 static bool isIntS16Immediate(SDValue Op, short &Imm) { argument
271 return isIntS16Immediate(Op.getNode(), Imm);
621 SDValue Op = N->getOperand(0); local
625 Op = SDValue(CurDAG->getMachineNode(PPC::CNTLZW, dl, MVT::i32, Op), 0);
626 SDValue Ops[] = { Op, getI32Imm(27), getI32Imm(5), getI32Imm(31) };
633 Op, getI32Imm(~0U)), 0);
634 return CurDAG->SelectNodeTo(N, PPC::SUBFE, MVT::i32, AD, Op,
650 SDValue Op = N->getOperand(0); local
856 SDNode *Op = local
862 SDNode *Op = local
[all...]
/external/llvm/lib/IR/
H A DTypeFinder.cpp158 Metadata *Op = V->getOperand(i); local
159 if (!Op)
161 if (auto *N = dyn_cast<MDNode>(Op)) {
165 if (auto *C = dyn_cast<ConstantAsMetadata>(Op)) {
/external/llvm/tools/verify-uselistorder/
H A Dverify-uselistorder.cpp229 for (const Value *Op : I.operands())
230 if ((isa<Constant>(Op) && !isa<GlobalValue>(*Op)) ||
231 isa<InlineAsm>(Op))
232 map(Op);
242 for (const Value *Op : C->operands())
243 map(Op);
392 for (Value *Op : C->operands())
393 shuffleValueUseLists(Op, Gen, Seen);
434 for (Value *Op
[all...]
/external/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp91 for (auto &Op : Inst.Operands) {
100 DagInit *MIOI = Op.MIOperandInfo;
104 OperandList.push_back(Op);
106 for (unsigned j = 0, e = Op.MINumOperands; j != e; ++j) {
107 OperandList.push_back(Op);
137 if (Op.Rec->isSubClassOf("PredicateOp"))
142 if (Op.Rec->isSubClassOf("OptionalDefOperand"))
147 assert(!Op.OperandType.empty() && "Invalid operand type.");
148 Res += Op.OperandType;
154 Op
[all...]
H A DFastISelEmitter.cpp196 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
[all...]
/external/skia/experimental/svg/model/
H A DSkSVGContainer.cpp36 Op(path, childPath, kUnion_SkPathOp, &path);
/external/skia/include/pathops/
H A DSkPathOps.h30 /** Set this path to the result of applying the Op to this path and the
46 bool SK_API Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result);
/external/spirv-llvm/lib/SPIRV/
H A DSPIRVToOCL20.cpp90 void visitCallSPIRVAtomicBuiltin(CallInst *CI, Op OC);
107 void visitCallSPIRVGroupBuiltin(CallInst *CI, Op OC);
115 void visitCallSPIRVPipeBuiltin(CallInst *CI, Op OC);
119 void visitCallSPIRVBuiltin(CallInst *CI, Op OC);
167 Op OC = OpNop;
335 void SPIRVToOCL20::visitCallSPIRVAtomicBuiltin(CallInst* CI, Op OC) {
399 void SPIRVToOCL20::visitCallSPIRVBuiltin(CallInst* CI, Op OC) {
406 void SPIRVToOCL20::visitCallSPIRVGroupBuiltin(CallInst* CI, Op OC) {
417 StringRef Op = DemangledName; local
418 Op
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86AsmPrinter.cpp264 void X86AsmPrinter::printSSECC(const MachineInstr *MI, unsigned Op, argument
266 unsigned char value = MI->getOperand(Op).getImm();
280 void X86AsmPrinter::printLeaMemReference(const MachineInstr *MI, unsigned Op, argument
282 const MachineOperand &BaseReg = MI->getOperand(Op);
283 const MachineOperand &IndexReg = MI->getOperand(Op+2);
284 const MachineOperand &DispSpec = MI->getOperand(Op+3);
302 printSymbolOperand(MI->getOperand(Op+3), O);
314 printOperand(MI, Op, O, Modifier);
318 printOperand(MI, Op+2, O, Modifier);
319 unsigned ScaleVal = MI->getOperand(Op
327 printMemReference(const MachineInstr *MI, unsigned Op, raw_ostream &O, const char *Modifier) argument
338 printPICLabel(const MachineInstr *MI, unsigned Op, raw_ostream &O) argument
[all...]
/external/clang/unittests/AST/
H A DPostOrderASTVisitor.cpp37 bool VisitBinaryOperator(BinaryOperator *Op) { argument
38 VisitedNodes.push_back(Op->getOpcodeStr());
/external/llvm/include/llvm/IR/
H A DGlobalVariable.h125 return static_cast<Constant*>(Op<0>().get());
129 return static_cast<Constant*>(Op<0>().get());
/external/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysisEvaluator.cpp63 for (auto &Op : I->operands())
64 insertIfNamed(Values, Op);
/external/skia/src/gpu/
H A DGrRenderTargetContextPriv.h75 SkRegion::Op op,
87 SkRegion::Op op,
/external/swiftshader/third_party/LLVM/include/llvm/
H A DGlobalVariable.h119 return static_cast<Constant*>(Op<0>().get());
123 return static_cast<Constant*>(Op<0>().get());
/external/swiftshader/third_party/subzero/src/
H A DIceASanInstrumentation.h47 bool isOkGlobalAccess(Operand *Op, SizeT Size);
55 void instrumentAccess(LoweringContext &Context, Operand *Op, SizeT Size,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp164 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))
258 getSetCCInverse(ISD::CondCode Op, bool isInteger) argument
297 unsigned Op = Op1 | Op2; // Combine all of the condition bits. local
818 FindModifiedNodeSlot(SDNode *N, SDValue Op, void *&InsertPos) argument
1001 getAnyExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT) argument
1007 getSExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT) argument
1013 getZExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT) argument
1019 getBoolExtOrTrunc(SDValue Op, const SDLoc &SL, EVT VT, EVT OpVT) argument
1028 getZeroExtendInReg(SDValue Op, const SDLoc &DL, EVT VT) argument
1040 getAnyExtendVectorInReg(SDValue Op, const SDLoc &DL, EVT VT) argument
1051 getSignExtendVectorInReg(SDValue Op, const SDLoc &DL, EVT VT) argument
1062 getZeroExtendVectorInReg(SDValue Op, const SDLoc &DL, EVT VT) argument
1808 getShiftAmountOperand(EVT LHSTy, SDValue Op) argument
2002 SignBitIsZero(SDValue Op, unsigned Depth) const argument
2014 MaskedValueIsZero(SDValue Op, const APInt &Mask, unsigned Depth) const argument
2023 computeKnownBits(SDValue Op, APInt &KnownZero, APInt &KnownOne, unsigned Depth) const argument
2527 ComputeNumSignBits(SDValue Op, unsigned Depth) const argument
3658 SDValue Op = N1.getOperand(i); local
5722 UpdateNodeOperands(SDNode *N, SDValue Op) argument
7091 ExtractVectorElements(SDValue Op, SmallVectorImpl<SDValue> &Args, unsigned Start, unsigned Count) argument
7192 SDValue Op = getOperand(i); local
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp196 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());
195 evalBinOp(SValBuilder &svalBuilder, BinaryOperator::Opcode Op, const nonloc::ConcreteInt& R) const argument
221 evalBinOp(BasicValueFactory& BasicVals, BinaryOperator::Opcode Op, const loc::ConcreteInt& R) const argument
/external/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp135 SDValue BPFTargetLowering::LowerOperation(SDValue Op, SelectionDAG &DAG) const { argument
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 { argument
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
450 LowerSELECT_CC(SDValue Op, SelectionDAG &DAG) const argument
486 LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const argument
[all...]
/external/skia/src/gpu/effects/
H A DGrCoverageSetOpXP.cpp21 CoverageSetOpXP(SkRegion::Op regionOp, bool invertCoverage)
26 const char* name() const override { return "Coverage Set Op"; }
44 SkRegion::Op fRegionOp;
125 constexpr GrCoverageSetOpXPFactory::GrCoverageSetOpXPFactory(SkRegion::Op regionOp,
129 const GrXPFactory* GrCoverageSetOpXPFactory::Get(SkRegion::Op regionOp, bool invertCoverage) {
230 SkRegion::Op regionOp = SkRegion::Op(d->fRandom->nextULessThan(SkRegion::kLastOp + 1));
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DGlobals.cpp94 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;
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitCodes.h192 /// \brief Compares this to Op. Returns <0 if this is less than Op,
193 /// Returns 0 if they are equal, and >0 if this is greater than Op.
194 int Compare(const NaClBitCodeAbbrevOp &Op) const {
196 int EncodingDiff = static_cast<int>(Enc) - static_cast<int>(Op.Enc);
201 return ValCompare(Op);
208 int ValCompare(const NaClBitCodeAbbrevOp &Op) const {
209 if (Val < Op.Val)
211 else if (Val > Op.Val)
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1124 static bool isFloatingPointZero(SDValue Op) { argument
1125 if (ConstantFPSDNode *CFP = dyn_cast<ConstantFPSDNode>(Op))
1127 else if (ISD::isEXTLoad(Op.getNode()) || ISD::isNON_EXTLoad(Op.getNode())) {
1129 if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(Op.getOperand(1)))
1136 /// isConstantOrUndef - Op is either an undef node or a ConstantSDNode. Return
1137 /// true if Op is undef or if it matches the specified value.
1138 static bool isConstantOrUndef(int Op, int Val) { argument
1139 return Op < 0 || Op
1754 isIntS16Immediate(SDValue Op, short &Imm) argument
2127 LowerConstantPool(SDValue Op, SelectionDAG &DAG) const argument
2158 LowerJumpTable(SDValue Op, SelectionDAG &DAG) const argument
2185 LowerBlockAddress(SDValue Op, SelectionDAG &DAG) const argument
2207 LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const argument
2297 LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const argument
2338 LowerSETCC(SDValue Op, SelectionDAG &DAG) const argument
2402 LowerVAARG(SDValue Op, SelectionDAG &DAG) const argument
2509 LowerVACOPY(SDValue Op, SelectionDAG &DAG) const argument
2520 LowerADJUST_TRAMPOLINE(SDValue Op, SelectionDAG &DAG) const argument
2525 LowerINIT_TRAMPOLINE(SDValue Op, SelectionDAG &DAG) const argument
2562 LowerVASTART(SDValue Op, SelectionDAG &DAG) const argument
4134 isBLACompatibleAddress(SDValue Op, SelectionDAG &DAG) argument
6089 LowerGET_DYNAMIC_AREA_OFFSET(SDValue Op, SelectionDAG &DAG) const argument
6105 LowerSTACKRESTORE(SDValue Op, SelectionDAG &DAG) const argument
6180 LowerDYNAMIC_STACKALLOC(SDValue Op, SelectionDAG &DAG) const argument
6200 lowerEH_SJLJ_SETJMP(SDValue Op, SelectionDAG &DAG) const argument
6208 lowerEH_SJLJ_LONGJMP(SDValue Op, SelectionDAG &DAG) const argument
6215 LowerLOAD(SDValue Op, SelectionDAG &DAG) const argument
6240 LowerSTORE(SDValue Op, SelectionDAG &DAG) const argument
6263 LowerTRUNCATE(SDValue Op, SelectionDAG &DAG) const argument
6274 LowerSELECT_CC(SDValue Op, SelectionDAG &DAG) const argument
6376 LowerFP_TO_INTForReuse(SDValue Op, ReuseLoadInfo &RLI, SelectionDAG &DAG, const SDLoc &dl) const argument
6440 LowerFP_TO_INTDirectMove(SDValue Op, SelectionDAG &DAG, const SDLoc &dl) const argument
6472 LowerFP_TO_INT(SDValue Op, SelectionDAG &DAG, const SDLoc &dl) const argument
6493 canReuseLoadAddress(SDValue Op, EVT MemVT, ReuseLoadInfo &RLI, SelectionDAG &DAG, ISD::LoadExtType ET) const argument
6557 directMoveIsProfitable(const SDValue &Op) argument
6581 LowerINT_TO_FPDirectMove(SDValue Op, SelectionDAG &DAG, const SDLoc &dl) const argument
6610 LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG) const argument
6860 LowerFLT_ROUNDS_(SDValue Op, SelectionDAG &DAG) const argument
6924 LowerSHL_PARTS(SDValue Op, SelectionDAG &DAG) const argument
6953 LowerSRL_PARTS(SDValue Op, SelectionDAG &DAG) const argument
6982 LowerSRA_PARTS(SDValue Op, SelectionDAG &DAG) const argument
7039 BuildIntrinsicOp(unsigned IID, SDValue Op, SelectionDAG &DAG, const SDLoc &dl, EVT DestVT = MVT::Other) argument
7086 LowerBUILD_VECTOR(SDValue Op, SelectionDAG &DAG) const argument
7434 LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) const argument
7769 LowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG) const argument
7845 LowerSIGN_EXTEND_INREG(SDValue Op, SelectionDAG &DAG) const argument
7869 LowerSCALAR_TO_VECTOR(SDValue Op, SelectionDAG &DAG) const argument
7887 LowerEXTRACT_VECTOR_ELT(SDValue Op, SelectionDAG &DAG) const argument
7948 LowerVectorLoad(SDValue Op, SelectionDAG &DAG) const argument
8041 LowerVectorStore(SDValue Op, SelectionDAG &DAG) const argument
8169 LowerMUL(SDValue Op, SelectionDAG &DAG) const argument
8242 LowerOperation(SDValue Op, SelectionDAG &DAG) const argument
11220 SDValue Op = DAG.getNode(PPCISD::SRA_ADDZE, DL, VT, N0, ShiftAmt); local
11237 computeKnownBitsForTargetNode(const SDValue Op, APInt &KnownZero, APInt &KnownOne, const SelectionDAG &DAG, unsigned Depth) const argument
11479 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, std::vector<SDValue>&Ops, SelectionDAG &DAG) const argument
11592 LowerRETURNADDR(SDValue Op, SelectionDAG &DAG) const argument
11627 LowerFRAMEADDR(SDValue Op, SelectionDAG &DAG) const argument
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp292 // 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) { argument
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 (create
337 transferMetadata(Instruction *Op, const ValueVector &CV) argument
585 Scatterer Op = scatter(&PHI, PHI.getIncomingValue(I)); local
653 Instruction *Op = GMI.first; local
[all...]
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DFastISelEmitter.cpp189 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
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp195 SDValue MBlazeTargetLowering::LowerOperation(SDValue Op, argument
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, argument
570 SDValue LHS = Op
591 LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const argument
601 LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const argument
607 LowerJumpTable(SDValue Op, SelectionDAG &DAG) const argument
621 LowerConstantPool(SDValue Op, SelectionDAG &DAG) const argument
632 LowerVASTART(SDValue Op, SelectionDAG &DAG) const argument
[all...]

Completed in 1612 milliseconds

1234567891011>>