Searched defs:Op (Results 176 - 183 of 183) sorted by relevance

12345678

/external/clang/lib/Sema/
H A DSemaExpr.cpp6129 Expr *Op) {
6130 assert(Op->getType()->isAnyPointerType());
6131 QualType PointeeTy = Op->getType()->getPointeeType();
6136 << PointeeTy << Op->getSourceRange();
7418 static QualType CheckIncrementDecrementOperand(Sema &S, Expr *Op, argument
7422 if (Op->isTypeDependent())
7425 QualType ResType = Op->getType();
7437 S.Diag(OpLoc, diag::err_decrement_bool) << Op->getSourceRange();
7441 S.Diag(OpLoc, diag::warn_increment_bool) << Op->getSourceRange();
7446 if (!checkArithmeticOpPointerOperand(S, OpLoc, Op))
6127 checkArithmethicPointerOnNonFragileABI(Sema &S, SourceLocation OpLoc, Expr *Op) argument
7725 CheckIndirectionOperand(Sema &S, Expr *Op, ExprValueKind &VK, SourceLocation OpLoc) argument
8522 ActOnUnaryOp(Scope *S, SourceLocation OpLoc, tok::TokenKind Op, Expr *Input) argument
[all...]
H A DSemaOverload.cpp5882 /// for the operator Op that was used in an operator expression such
5883 /// as "x Op y". , Args/NumArgs provides the operator arguments, and
5886 void Sema::AddMemberOperatorCandidates(OverloadedOperatorKind Op, argument
5891 DeclarationName OpName = Context.DeclarationNames.getCXXOperatorName(Op);
6538 void addPlusPlusMinusMinusArithmeticOverloads(OverloadedOperatorKind Op) {
6542 for (unsigned Arith = (Op == OO_PlusPlus? 0 : 1);
6816 void addBinaryPlusOrMinusPointerOverloads(OverloadedOperatorKind Op) { argument
6834 if (Arg == 0 || Op == OO_Plus) {
6840 if (Op == OO_Minus) {
6937 void addBinaryBitwiseArithmeticOverloads(OverloadedOperatorKind Op) { argument
7353 AddBuiltinOperatorCandidates(OverloadedOperatorKind Op, SourceLocation OpLoc, Expr **Args, unsigned NumArgs, OverloadCandidateSet& CandidateSet) argument
9418 DiagnoseTwoPhaseOperatorLookup(Sema &SemaRef, OverloadedOperatorKind Op, SourceLocation OpLoc, llvm::ArrayRef<Expr *> Args) argument
9709 OverloadedOperatorKind Op = UnaryOperator::getOverloadedOperator(Opc); local
9913 OverloadedOperatorKind Op = BinaryOperator::getOverloadedOperator(Opc); local
[all...]
H A DTreeTransform.h1754 ExprResult RebuildCXXOperatorCallExpr(OverloadedOperatorKind Op,
2509 AtomicExpr::AtomicOp Op,
2517 NumSubExprs, RetTy, Op,
9145 TreeTransform<Derived>::RebuildCXXOperatorCallExpr(OverloadedOperatorKind Op, argument
9151 bool isPostIncDec = Second && (Op == OO_PlusPlus || Op == OO_MinusMinus);
9154 if (Op == OO_Subscript) {
9160 } else if (Op == OO_Arrow) {
9168 = UnaryOperator::getOverloadedOpcode(Op, isPostIncDec);
9177 BinaryOperatorKind Opc = BinaryOperator::getOverloadedOpcode(Op);
2506 RebuildAtomicExpr(SourceLocation BuiltinLoc, MultiExprArg SubExprs, QualType RetTy, AtomicExpr::AtomicOp Op, SourceLocation RParenLoc) argument
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2019 static SDValue LowerConstantPool(SDValue Op, SelectionDAG &DAG) { argument
2020 EVT PtrVT = Op.getValueType();
2022 DebugLoc dl = Op.getDebugLoc();
2023 ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(Op);
2038 SDValue ARMTargetLowering::LowerBlockAddress(SDValue Op, argument
2043 DebugLoc DL = Op.getDebugLoc();
2045 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
2160 ARMTargetLowering::LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const { argument
2164 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op);
2173 SDValue ARMTargetLowering::LowerGlobalAddressELF(SDValue Op, argument
2217 LowerGlobalAddressDarwin(SDValue Op, SelectionDAG &DAG) const argument
2278 LowerGLOBAL_OFFSET_TABLE(SDValue Op, SelectionDAG &DAG) const argument
2301 LowerEH_SJLJ_SETJMP(SDValue Op, SelectionDAG &DAG) const argument
2310 LowerEH_SJLJ_LONGJMP(SDValue Op, SelectionDAG &DAG) const argument
2317 LowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG, const ARMSubtarget *Subtarget) const argument
2363 LowerMEMBARRIER(SDValue Op, SelectionDAG &DAG, const ARMSubtarget *Subtarget) argument
2392 LowerATOMIC_FENCE(SDValue Op, SelectionDAG &DAG, const ARMSubtarget *Subtarget) argument
2410 LowerPREFETCH(SDValue Op, SelectionDAG &DAG, const ARMSubtarget *Subtarget) argument
2437 LowerVASTART(SDValue Op, SelectionDAG &DAG) argument
2719 isFloatingPointZero(SDValue Op) argument
2827 LowerSELECT(SDValue Op, SelectionDAG &DAG) const argument
2879 LowerSELECT_CC(SDValue Op, SelectionDAG &DAG) const argument
2915 canChangeToInt(SDValue Op, bool &SeenZero, const ARMSubtarget *Subtarget) argument
2936 bitcastf32Toi32(SDValue Op, SelectionDAG &DAG) argument
2949 expandf64Toi32(SDValue Op, SelectionDAG &DAG, SDValue &RetVal1, SDValue &RetVal2) argument
2983 OptimizeVFPBrcond(SDValue Op, SelectionDAG &DAG) const argument
3033 LowerBR_CC(SDValue Op, SelectionDAG &DAG) const argument
3076 LowerBR_JT(SDValue Op, SelectionDAG &DAG) const argument
3114 LowerVectorFP_TO_INT(SDValue Op, SelectionDAG &DAG) argument
3133 LowerFP_TO_INT(SDValue Op, SelectionDAG &DAG) argument
3154 LowerVectorINT_TO_FP(SDValue Op, SelectionDAG &DAG) argument
3187 LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG) argument
3209 LowerFCOPYSIGN(SDValue Op, SelectionDAG &DAG) const argument
3291 LowerRETURNADDR(SDValue Op, SelectionDAG &DAG) const argument
3312 LowerFRAMEADDR(SDValue Op, SelectionDAG &DAG) const argument
3337 SDValue Op = N->getOperand(0); local
3384 LowerShiftRightParts(SDValue Op, SelectionDAG &DAG) const argument
3420 LowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const argument
3452 LowerFLT_ROUNDS_(SDValue Op, SelectionDAG &DAG) const argument
3555 LowerVSETCC(SDValue Op, SelectionDAG &DAG) argument
3822 LowerConstantFP(SDValue Op, SelectionDAG &DAG, const ARMSubtarget *ST) const argument
4095 LowerBUILD_VECTOR(SDValue Op, SelectionDAG &DAG, const ARMSubtarget *ST) const argument
4222 ReconstructShuffle(SDValue Op, SelectionDAG &DAG) const argument
4482 LowerVECTOR_SHUFFLEv8i8(SDValue Op, ArrayRef<int> ShuffleMask, SelectionDAG &DAG) argument
4505 LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) argument
4645 LowerINSERT_VECTOR_ELT(SDValue Op, SelectionDAG &DAG) argument
4654 LowerEXTRACT_VECTOR_ELT(SDValue Op, SelectionDAG &DAG) argument
4670 LowerCONCAT_VECTORS(SDValue Op, SelectionDAG &DAG) argument
4822 LowerMUL(SDValue Op, SelectionDAG &DAG) argument
4962 LowerSDIV(SDValue Op, SelectionDAG &DAG) argument
4997 LowerUDIV(SDValue Op, SelectionDAG &DAG) argument
5071 LowerADDC_ADDE_SUBC_SUBE(SDValue Op, SelectionDAG &DAG) argument
5092 LowerAtomicLoadStore(SDValue Op, SelectionDAG &DAG) argument
5136 LowerOperation(SDValue Op, SelectionDAG &DAG) const argument
7831 SDValue Op = N->getOperand(0); local
7898 SDValue Op = N->getOperand(0); local
7934 SDValue Op = N->getOperand(0); local
7960 getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) argument
7980 isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) argument
7994 isVShiftRImm(SDValue Op, EVT VT, bool isNarrow, bool isIntrinsic, int64_t &Cnt) argument
8858 getPostIndexedAddressParts(SDNode *N, SDNode *Op, SDValue &Base, SDValue &Offset, ISD::MemIndexedMode &AM, SelectionDAG &DAG) const argument
8906 computeMaskedBitsForTargetNode(const SDValue Op, APInt &KnownZero, APInt &KnownOne, const SelectionDAG &DAG, unsigned Depth) const argument
9072 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, std::vector<SDValue>&Ops, SelectionDAG &DAG) const argument
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2885 static bool MayFoldLoad(SDValue Op) { argument
2886 return Op.hasOneUse() && ISD::isNormalLoad(Op.getNode());
2889 static bool MayFoldIntoStore(SDValue Op) { argument
2890 return Op.hasOneUse() && ISD::isNormalStore(*Op.getNode()->use_begin());
4647 static SDValue LowerBuildVectorv16i8(SDValue Op, unsigned NonZeros, argument
4655 DebugLoc dl = Op.getDebugLoc();
4673 MVT::i16, Op.getOperand(i-1));
4676 ThisElt = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i16, Op
4695 LowerBuildVectorv8i16(SDValue Op, unsigned NonZeros, unsigned NumNonZero, unsigned NumZero, SelectionDAG &DAG, const X86Subtarget* Subtarget, const TargetLowering &TLI) argument
4893 LowerVectorBroadcast(SDValue &Op, SelectionDAG &DAG) const argument
5017 LowerBUILD_VECTOR(SDValue Op, SelectionDAG &DAG) const argument
5350 LowerMMXCONCAT_VECTORS(SDValue Op, SelectionDAG &DAG) argument
5376 LowerAVXCONCAT_VECTORS(SDValue Op, SelectionDAG &DAG) argument
5393 LowerCONCAT_VECTORS(SDValue Op, SelectionDAG &DAG) const argument
5411 LowerVECTOR_SHUFFLEtoBlend(SDValue Op, const X86Subtarget *Subtarget, SelectionDAG &DAG) argument
5495 LowerVECTOR_SHUFFLEv8i16(SDValue Op, SelectionDAG &DAG) const argument
6704 LowerEXTRACT_VECTOR_ELT_SSE4(SDValue Op, SelectionDAG &DAG) const argument
6763 LowerEXTRACT_VECTOR_ELT(SDValue Op, SelectionDAG &DAG) const argument
6850 LowerINSERT_VECTOR_ELT_SSE4(SDValue Op, SelectionDAG &DAG) const argument
6902 LowerINSERT_VECTOR_ELT(SDValue Op, SelectionDAG &DAG) const argument
6951 LowerSCALAR_TO_VECTOR(SDValue Op, SelectionDAG &DAG) const argument
6987 LowerEXTRACT_SUBVECTOR(SDValue Op, SelectionDAG &DAG) const argument
7005 LowerINSERT_SUBVECTOR(SDValue Op, SelectionDAG &DAG) const argument
7027 LowerConstantPool(SDValue Op, SelectionDAG &DAG) const argument
7060 LowerJumpTable(SDValue Op, SelectionDAG &DAG) const argument
7093 LowerExternalSymbol(SDValue Op, SelectionDAG &DAG) const argument
7140 LowerBlockAddress(SDValue Op, SelectionDAG &DAG) const argument
7214 LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const argument
7316 LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const argument
7457 LowerShiftParts(SDValue Op, SelectionDAG &DAG) const argument
7501 LowerSINT_TO_FP(SDValue Op, SelectionDAG &DAG) const argument
7532 BuildFILD(SDValue Op, EVT SrcVT, SDValue Chain, SDValue StackSlot, SelectionDAG &DAG) const argument
7596 LowerUINT_TO_FP_i64(SDValue Op, SelectionDAG &DAG) const argument
7661 LowerUINT_TO_FP_i32(SDValue Op, SelectionDAG &DAG) const argument
7708 LowerUINT_TO_FP(SDValue Op, SelectionDAG &DAG) const argument
7795 FP_TO_INTHelper(SDValue Op, SelectionDAG &DAG, bool IsSigned, bool IsReplace) const argument
7887 LowerFP_TO_SINT(SDValue Op, SelectionDAG &DAG) const argument
7908 LowerFP_TO_UINT(SDValue Op, SelectionDAG &DAG) const argument
7925 LowerFABS(SDValue Op, SelectionDAG &DAG) const argument
7948 LowerFNEG(SDValue Op, SelectionDAG &DAG) const argument
7980 LowerFCOPYSIGN(SDValue Op, SelectionDAG &DAG) const argument
8053 LowerFGETSIGN(SDValue Op, SelectionDAG &DAG) const argument
8066 EmitTest(SDValue Op, unsigned X86CC, SelectionDAG &DAG) const argument
8295 LowerSETCC(SDValue Op, SelectionDAG &DAG) const argument
8351 Lower256IntVSETCC(SDValue Op, SelectionDAG &DAG) argument
8382 LowerVSETCC(SDValue Op, SelectionDAG &DAG) const argument
8512 isX86LogicalCmp(SDValue Op) argument
8546 LowerSELECT(SDValue Op, SelectionDAG &DAG) const argument
8706 isAndOrOfSetCCs(SDValue Op, unsigned &Opc) argument
8718 isXor1OfSetCC(SDValue Op) argument
8729 LowerBRCOND(SDValue Op, SelectionDAG &DAG) const argument
8995 LowerDYNAMIC_STACKALLOC(SDValue Op, SelectionDAG &DAG) const argument
9054 LowerVASTART(SDValue Op, SelectionDAG &DAG) const argument
9115 LowerVAARG(SDValue Op, SelectionDAG &DAG) const argument
9181 LowerVACOPY(SDValue Op, SelectionDAG &DAG) const argument
9235 LowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG) const argument
9773 LowerRETURNADDR(SDValue Op, SelectionDAG &DAG) const argument
9798 LowerFRAMEADDR(SDValue Op, SelectionDAG &DAG) const argument
9814 LowerFRAME_TO_ARGS_OFFSET(SDValue Op, SelectionDAG &DAG) const argument
9819 LowerEH_RETURN(SDValue Op, SelectionDAG &DAG) const argument
9844 LowerADJUST_TRAMPOLINE(SDValue Op, SelectionDAG &DAG) const argument
9849 LowerINIT_TRAMPOLINE(SDValue Op, SelectionDAG &DAG) const argument
9998 LowerFLT_ROUNDS_(SDValue Op, SelectionDAG &DAG) const argument
10068 LowerCTLZ(SDValue Op, SelectionDAG &DAG) const argument
10102 LowerCTLZ_ZERO_UNDEF(SDValue Op, SelectionDAG &DAG) const argument
10128 LowerCTTZ(SDValue Op, SelectionDAG &DAG) const argument
10150 Lower256IntArith(SDValue Op, SelectionDAG &DAG) argument
10179 LowerADD(SDValue Op, SelectionDAG &DAG) const argument
10186 LowerSUB(SDValue Op, SelectionDAG &DAG) const argument
10193 LowerMUL(SDValue Op, SelectionDAG &DAG) const argument
10242 LowerShift(SDValue Op, SelectionDAG &DAG) const argument
10468 LowerXALUO(SDValue Op, SelectionDAG &DAG) const argument
10543 LowerSIGN_EXTEND_INREG(SDValue Op, SelectionDAG &DAG) const argument
10598 LowerMEMBARRIER(SDValue Op, SelectionDAG &DAG) const argument
10643 LowerATOMIC_FENCE(SDValue Op, SelectionDAG &DAG) const argument
10682 LowerCMP_SWAP(SDValue Op, SelectionDAG &DAG) const argument
10713 LowerREADCYCLECOUNTER(SDValue Op, SelectionDAG &DAG) const argument
10732 LowerBITCAST(SDValue Op, SelectionDAG &DAG) const argument
10753 LowerLOAD_SUB(SDValue Op, SelectionDAG &DAG) const argument
10769 LowerATOMIC_STORE(SDValue Op, SelectionDAG &DAG) argument
10794 LowerADDC_ADDE_SUBC_SUBE(SDValue Op, SelectionDAG &DAG) argument
10822 LowerOperation(SDValue Op, SelectionDAG &DAG) const argument
11741 MachineOperand &Op = MI->getOperand(i+1); local
12553 MachineOperand &Op = MI->getOperand(0); local
12777 computeMaskedBitsForTargetNode(const SDValue Op, APInt &KnownZero, APInt &KnownOne, const SelectionDAG &DAG, unsigned Depth) const argument
12844 ComputeNumSignBitsForTargetNode(SDValue Op, unsigned Depth) const argument
13030 SDValue Op = N->getOperand(0); local
14804 SDValue Op = N->getOperand(0); local
14835 SDValue Op = N->getOperand(0); local
15164 IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const argument
15509 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, std::vector<SDValue>&Ops, SelectionDAG &DAG) const argument
[all...]
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c12853 typedef struct VdbeOp Op; typedef in typeref:struct:VdbeOp
12946 Op *aOp; /* Program instructions for parent frame */
13120 Op *aOp; /* Space to hold the virtual machine's program */
13196 SQLITE_PRIVATE void sqlite3VdbePrintOp(FILE*, int, Op*);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12853 typedef struct VdbeOp Op; typedef in typeref:struct:VdbeOp
12946 Op *aOp; /* Program instructions for parent frame */
13120 Op *aOp; /* Space to hold the virtual machine's program */
13196 SQLITE_PRIVATE void sqlite3VdbePrintOp(FILE*, int, Op*);
[all...]

Completed in 701 milliseconds

12345678