/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 477 SDValue getConstant(uint64_t Val, const SDLoc &DL, EVT VT, 479 SDValue getConstant(const APInt &Val, const SDLoc &DL, EVT VT, 481 SDValue getConstant(const ConstantInt &Val, const SDLoc &DL, EVT VT, 483 SDValue getIntPtrConstant(uint64_t Val, const SDLoc &DL, 485 SDValue getTargetConstant(uint64_t Val, const SDLoc &DL, EVT VT, 489 SDValue getTargetConstant(const APInt &Val, const SDLoc &DL, EVT VT, 493 SDValue getTargetConstant(const ConstantInt &Val, const SDLoc &DL, EVT VT, 507 SDValue getConstantFP(double Val, const SDLoc &DL, EVT VT, 509 SDValue getConstantFP(const APFloat &Val, const SDLoc &DL, EVT VT, 511 SDValue getConstantFP(const ConstantFP &CF, const SDLoc &DL, EVT VT, [all …]
|
D | SelectionDAGTargetInfo.h | 49 virtual SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForMemcpy() 66 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1, in EmitTargetCodeForMemmove() 78 virtual SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForMemset() 91 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemcmp() 103 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemchr() 116 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrcpy() 128 EmitTargetCodeForStrcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForStrcmp() 136 EmitTargetCodeForStrlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrlen() 142 EmitTargetCodeForStrnlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrnlen()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 624 SDValue getConstant(uint64_t Val, const SDLoc &DL, EVT VT, 626 SDValue getConstant(const APInt &Val, const SDLoc &DL, EVT VT, 629 SDValue getAllOnesConstant(const SDLoc &DL, EVT VT, bool IsTarget = false, 635 SDValue getConstant(const ConstantInt &Val, const SDLoc &DL, EVT VT, 637 SDValue getIntPtrConstant(uint64_t Val, const SDLoc &DL, 639 SDValue getShiftAmountConstant(uint64_t Val, EVT VT, const SDLoc &DL, 641 SDValue getVectorIdxConstant(uint64_t Val, const SDLoc &DL, 644 SDValue getTargetConstant(uint64_t Val, const SDLoc &DL, EVT VT, 648 SDValue getTargetConstant(const APInt &Val, const SDLoc &DL, EVT VT, 652 SDValue getTargetConstant(const ConstantInt &Val, const SDLoc &DL, EVT VT, [all …]
|
D | SelectionDAGTargetInfo.h | 51 virtual SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForMemcpy() 68 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1, in EmitTargetCodeForMemmove() 80 virtual SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForMemset() 93 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemcmp() 105 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemchr() 118 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrcpy() 130 EmitTargetCodeForStrcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForStrcmp() 138 EmitTargetCodeForStrlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrlen() 144 EmitTargetCodeForStrnlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrnlen() 150 virtual SDValue EmitTargetCodeForSetTag(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForSetTag()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 586 SDValue getConstant(uint64_t Val, const SDLoc &DL, EVT VT, 588 SDValue getConstant(const APInt &Val, const SDLoc &DL, EVT VT, 591 SDValue getAllOnesConstant(const SDLoc &DL, EVT VT, bool IsTarget = false, 597 SDValue getConstant(const ConstantInt &Val, const SDLoc &DL, EVT VT, 599 SDValue getIntPtrConstant(uint64_t Val, const SDLoc &DL, 601 SDValue getShiftAmountConstant(uint64_t Val, EVT VT, const SDLoc &DL, 604 SDValue getTargetConstant(uint64_t Val, const SDLoc &DL, EVT VT, 608 SDValue getTargetConstant(const APInt &Val, const SDLoc &DL, EVT VT, 612 SDValue getTargetConstant(const ConstantInt &Val, const SDLoc &DL, EVT VT, 619 SDValue getBoolConstant(bool V, const SDLoc &DL, EVT VT, EVT OpVT); [all …]
|
D | SelectionDAGTargetInfo.h | 51 virtual SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForMemcpy() 68 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1, in EmitTargetCodeForMemmove() 80 virtual SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForMemset() 93 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemcmp() 105 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemchr() 118 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrcpy() 130 EmitTargetCodeForStrcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForStrcmp() 138 EmitTargetCodeForStrlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrlen() 144 EmitTargetCodeForStrnlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrnlen() 150 virtual SDValue EmitTargetCodeForSetTag(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForSetTag()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSelectionDAGInfo.h | 27 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &DL, 34 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &DL, 40 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, 46 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, 51 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dest, 56 EmitTargetCodeForStrcmp(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, 62 EmitTargetCodeForStrlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, 67 EmitTargetCodeForStrnlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZSelectionDAGInfo.h | 26 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &DL, 33 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &DL, 39 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, 45 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, 50 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dest, 55 EmitTargetCodeForStrcmp(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, 61 EmitTargetCodeForStrlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, 66 EmitTargetCodeForStrnlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZSelectionDAGInfo.h | 26 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &DL, 33 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &DL, 40 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, 46 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, 51 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dest, 56 EmitTargetCodeForStrcmp(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, 62 EmitTargetCodeForStrlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, 67 EmitTargetCodeForStrnlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 187 const SDLoc &dl, SelectionDAG &DAG, 208 const SDLoc &dl, SelectionDAG &DAG, 227 const SDLoc &dl, SelectionDAG &DAG) const override; 336 void validateConstPtrAlignment(SDValue Ptr, const SDLoc &dl, 344 SDValue buildVector32(ArrayRef<SDValue> Elem, const SDLoc &dl, MVT VecTy, 346 SDValue buildVector64(ArrayRef<SDValue> Elem, const SDLoc &dl, MVT VecTy, 348 SDValue extractVector(SDValue VecV, SDValue IdxV, const SDLoc &dl, 351 const SDLoc &dl, MVT ValTy, SelectionDAG &DAG) const; 352 SDValue expandPredicate(SDValue Vec32, const SDLoc &dl, 354 SDValue contractPredicate(SDValue Vec64, const SDLoc &dl, [all …]
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 194 const SDLoc &dl, SelectionDAG &DAG, 215 const SDLoc &dl, SelectionDAG &DAG, 234 const SDLoc &dl, SelectionDAG &DAG) const override; 350 void validateConstPtrAlignment(SDValue Ptr, const SDLoc &dl, 358 SDValue buildVector32(ArrayRef<SDValue> Elem, const SDLoc &dl, MVT VecTy, 360 SDValue buildVector64(ArrayRef<SDValue> Elem, const SDLoc &dl, MVT VecTy, 362 SDValue extractVector(SDValue VecV, SDValue IdxV, const SDLoc &dl, 365 const SDLoc &dl, MVT ValTy, SelectionDAG &DAG) const; 366 SDValue expandPredicate(SDValue Vec32, const SDLoc &dl, 368 SDValue contractPredicate(SDValue Vec64, const SDLoc &dl, [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 216 SDValue ExtLoad, const SDLoc &DL, 332 SDValue ReassociateOps(unsigned Opc, const SDLoc &DL, SDValue LHS, 339 SDValue SimplifySelect(const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2); 340 SDValue SimplifySelectCC(const SDLoc &DL, SDValue N0, SDValue N1, 344 const SDLoc &DL, bool foldBooleans = true); 373 const SDLoc &DL); 374 SDNode *MatchRotate(SDValue LHS, SDValue RHS, const SDLoc &DL); 430 SDValue getMergedConstantVectorStore(SelectionDAG &DAG, const SDLoc &SL, 667 return DAG.getConstantFP(V, SDLoc(Op), Op.getValueType()); in GetNegatedExpression() 676 return DAG.getNode(ISD::FSUB, SDLoc(Op), Op.getValueType(), in GetNegatedExpression() [all …]
|
D | LegalizeFloatTypes.cpp | 140 return DAG.getNode(ISD::BUILD_PAIR, SDLoc(N), in SoftenFloatRes_BUILD_PAIR() 164 return DAG.getConstant(Val, SDLoc(CN), in SoftenFloatRes_ConstantFP() 168 return DAG.getConstant(CN->getValueAPF().bitcastToAPInt(), SDLoc(CN), in SoftenFloatRes_ConstantFP() 176 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, SDLoc(N), in SoftenFloatRes_EXTRACT_VECTOR_ELT() 191 SDValue Mask = DAG.getConstant(API, SDLoc(N), NVT); in SoftenFloatRes_FABS() 193 return DAG.getNode(ISD::AND, SDLoc(N), NVT, Op, Mask); in SoftenFloatRes_FABS() 206 NVT, Ops, false, SDLoc(N)).first; in SoftenFloatRes_FMINNUM() 219 NVT, Ops, false, SDLoc(N)).first; in SoftenFloatRes_FMAXNUM() 232 NVT, Ops, false, SDLoc(N)).first; in SoftenFloatRes_FADD() 244 NVT, Op, false, SDLoc(N)).first; in SoftenFloatRes_FCEIL() [all …]
|
/external/llvm-project/llvm/lib/Target/ARC/ |
D | ARCISelDAGToDAG.cpp | 53 Pred = CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(N), MVT::i32); in SelectCMOVPred() 79 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in SelectAddrModeImm() 101 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in SelectAddrModeS9() 119 Offset = CurDAG->getTargetConstant(RHSC, SDLoc(Addr), MVT::i32); in SelectAddrModeS9() 123 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in SelectAddrModeS9() 139 Offset = CurDAG->getTargetConstant(RHSC, SDLoc(Addr), MVT::i32); in SelectAddrModeFar() 151 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in SelectFrameADDR_ri() 162 CurDAG->getTargetConstant(CN->getSExtValue(), SDLoc(Addr), MVT::i32); in SelectFrameADDR_ri() 175 SDLoc(N), MVT::i32, in Select() 176 CurDAG->getTargetConstant(CVal, SDLoc(N), MVT::i32))); in Select()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCISelDAGToDAG.cpp | 53 Pred = CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(N), MVT::i32); in SelectCMOVPred() 79 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in SelectAddrModeImm() 101 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in SelectAddrModeS9() 119 Offset = CurDAG->getTargetConstant(RHSC, SDLoc(Addr), MVT::i32); in SelectAddrModeS9() 123 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in SelectAddrModeS9() 139 Offset = CurDAG->getTargetConstant(RHSC, SDLoc(Addr), MVT::i32); in SelectAddrModeFar() 151 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in SelectFrameADDR_ri() 162 CurDAG->getTargetConstant(CN->getSExtValue(), SDLoc(Addr), MVT::i32); in SelectFrameADDR_ri() 175 SDLoc(N), MVT::i32, in Select() 176 CurDAG->getTargetConstant(CVal, SDLoc(N), MVT::i32))); in Select()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.h | 40 SDValue lowerKernArgParameterPtr(SelectionDAG &DAG, const SDLoc &SL, 42 SDValue getImplicitArgPtr(SelectionDAG &DAG, const SDLoc &SL) const; 44 const SDLoc &SL, SDValue Chain, 49 const SDLoc &SL, SDValue Chain, 62 SDValue lowerSBuffer(EVT VT, SDLoc DL, SDValue Rsrc, SDValue Offset, 102 SDValue getMemIntrinsicNode(unsigned Opcode, const SDLoc &DL, SDVTList VTList, 112 const SDLoc &DL, 116 SelectionDAG &DAG, EVT VT, EVT MemVT, const SDLoc &SL, SDValue Val, 123 SDValue getSegmentAperture(unsigned AS, const SDLoc &DL, 146 SDValue splitBinaryBitConstantOp(DAGCombinerInfo &DCI, const SDLoc &SL, [all …]
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.h | 40 SDValue lowerKernArgParameterPtr(SelectionDAG &DAG, const SDLoc &SL, 42 SDValue getImplicitArgPtr(SelectionDAG &DAG, const SDLoc &SL) const; 44 const SDLoc &SL, SDValue Chain, 50 const SDLoc &SL, SDValue Chain, 63 SDValue lowerSBuffer(EVT VT, SDLoc DL, SDValue Rsrc, SDValue Offset, 107 SDValue getMemIntrinsicNode(unsigned Opcode, const SDLoc &DL, SDVTList VTList, 118 const SDLoc &DL, 122 SelectionDAG &DAG, EVT VT, EVT MemVT, const SDLoc &SL, SDValue Val, 130 SDValue getSegmentAperture(unsigned AS, const SDLoc &DL, 153 SDValue splitBinaryBitConstantOp(DAGCombinerInfo &DCI, const SDLoc &SL, [all …]
|
D | AMDGPUISelDAGToDAG.cpp | 110 SDLoc SL(N); in packConstantV2I16() 197 MachineSDNode *buildSMovImm64(SDLoc &DL, uint64_t Val, EVT VT) const; 288 SDValue getMaterializedScalarImm32(int64_t Val, const SDLoc &DL) const; 298 SDNode *getS_BFE(unsigned Opcode, const SDLoc &DL, SDValue Val, 441 SDValue TiedIn = CurDAG->getNode(ISD::SCALAR_TO_VECTOR, SDLoc(N), VT, Lo); in matchLoadD16FromBuildVector() 455 CurDAG->getMemIntrinsicNode(LoadOp, SDLoc(LdHi), VTList, in matchLoadD16FromBuildVector() 482 TiedIn = CurDAG->getNode(ISD::BITCAST, SDLoc(N), VT, TiedIn); in matchLoadD16FromBuildVector() 489 CurDAG->getMemIntrinsicNode(LoadOp, SDLoc(LdLo), VTList, in matchLoadD16FromBuildVector() 629 SDValue M0 = Lowering.copyToM0(*CurDAG, N->getOperand(0), SDLoc(N), Val); in glueCopyToM0() 637 return glueCopyToM0(N, CurDAG->getTargetConstant(-1, SDLoc(N), MVT::i32)); in glueCopyToM0LDSInit() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.h | 129 const SDLoc &dl, SelectionDAG &DAG, 134 const SDLoc &dl, SelectionDAG &DAG, 139 const SDLoc &dl, SelectionDAG &DAG, 153 const SDLoc &dl, SelectionDAG &DAG) const override; 158 const SDLoc &DL, SelectionDAG &DAG) const; 163 const SDLoc &DL, SelectionDAG &DAG) const; 176 const SDLoc &DL, SelectionDAG &DAG) const; 181 const SDLoc &DL, SelectionDAG &DAG) const; 187 SDValue bitcastConstantFPToInt(ConstantFPSDNode *C, const SDLoc &DL,
|
/external/llvm-project/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.h | 129 const SDLoc &dl, SelectionDAG &DAG, 134 const SDLoc &dl, SelectionDAG &DAG, 139 const SDLoc &dl, SelectionDAG &DAG, 153 const SDLoc &dl, SelectionDAG &DAG) const override; 158 const SDLoc &DL, SelectionDAG &DAG) const; 163 const SDLoc &DL, SelectionDAG &DAG) const; 176 const SDLoc &DL, SelectionDAG &DAG) const; 181 const SDLoc &DL, SelectionDAG &DAG) const; 187 SDValue bitcastConstantFPToInt(ConstantFPSDNode *C, const SDLoc &DL,
|
/external/llvm-project/llvm/lib/Target/VE/ |
D | VEISelDAGToDAG.cpp | 195 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in selectADDRrri() 204 Index = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in selectADDRrii() 209 Index = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in selectADDRrii() 210 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in selectADDRrii() 232 Base = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in selectADDRzii() 233 Index = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in selectADDRzii() 235 CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(Addr), MVT::i32); in selectADDRzii() 248 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in selectADDRri() 284 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in matchADDRri() 303 CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(Addr), MVT::i32); in matchADDRri() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 493 const SDLoc &DL, SDValue N0, 495 SDValue reassociateOpsCommutative(unsigned Opc, const SDLoc &DL, SDValue N0, 497 SDValue reassociateOps(unsigned Opc, const SDLoc &DL, SDValue N0, 507 SDValue SimplifySelect(const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2); 508 SDValue SimplifySelectCC(const SDLoc &DL, SDValue N0, SDValue N1, 512 const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2, SDValue N3, 514 SDValue foldSelectCCToShiftAnd(const SDLoc &DL, SDValue N0, SDValue N1, 517 const SDLoc &DL); 521 const SDLoc &DL, bool foldBooleans); 540 SDValue BuildLogBase2(SDValue V, const SDLoc &DL); [all …]
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 168 CallOptions, SDLoc(N), in SoftenFloatRes_Unary() 189 CallOptions, SDLoc(N), in SoftenFloatRes_Binary() 202 return DAG.getNode(ISD::FREEZE, SDLoc(N), Ty, in SoftenFloatRes_FREEZE() 214 return DAG.getNode(ISD::BUILD_PAIR, SDLoc(N), in SoftenFloatRes_BUILD_PAIR() 235 return DAG.getConstant(Val, SDLoc(CN), in SoftenFloatRes_ConstantFP() 239 return DAG.getConstant(CN->getValueAPF().bitcastToAPInt(), SDLoc(CN), in SoftenFloatRes_ConstantFP() 247 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, SDLoc(N), in SoftenFloatRes_EXTRACT_VECTOR_ELT() 259 SDValue Mask = DAG.getConstant(API, SDLoc(N), NVT); in SoftenFloatRes_FABS() 261 return DAG.getNode(ISD::AND, SDLoc(N), NVT, Op, Mask); in SoftenFloatRes_FABS() 312 SDLoc dl(N); in SoftenFloatRes_FCOPYSIGN() [all …]
|
D | DAGCombiner.cpp | 526 const SDLoc &DL, SDValue N0, 528 SDValue reassociateOpsCommutative(unsigned Opc, const SDLoc &DL, SDValue N0, 530 SDValue reassociateOps(unsigned Opc, const SDLoc &DL, SDValue N0, 540 SDValue SimplifySelect(const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2); 541 SDValue SimplifySelectCC(const SDLoc &DL, SDValue N0, SDValue N1, 545 const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2, SDValue N3, 548 SDValue foldSelectCCToShiftAnd(const SDLoc &DL, SDValue N0, SDValue N1, 551 const SDLoc &DL); 555 const SDLoc &DL, bool foldBooleans); 573 SDValue BuildLogBase2(SDValue V, const SDLoc &DL); [all …]
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelDAGToDAG.cpp | 149 SDNode *getS_BFE(unsigned Opcode, const SDLoc &DL, SDValue Val, 229 SDValue M0 = Lowering.copyToM0(*CurDAG, CurDAG->getEntryNode(), SDLoc(N), in glueCopyToM0() 230 CurDAG->getTargetConstant(-1, SDLoc(N), MVT::i32)); in glueCopyToM0() 314 SDLoc DL(N); in Select() 368 SDLoc DL(N); in Select() 401 SDLoc DL(N); in Select() 450 SDLoc(N), N->getOperand(0), OffsetVal, WidthVal)); in Select() 512 IntPtr = CurDAG->getIntPtrConstant(Cst->getZExtValue() / 4, SDLoc(Addr), in SelectGlobalValueConstantOffset() 523 Offset = CurDAG->getIntPtrConstant(0, SDLoc(Addr), true); in SelectGlobalValueVariableOffset() 538 Offset = CurDAG->getTargetConstant(IMMOffset->getZExtValue(), SDLoc(Addr), in SelectADDRVTX_READ() [all …]
|