HomeSort by relevance Sort by last modified time
    Searched defs:AMDGPUTargetLowering (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 27 class AMDGPUTargetLowering : public TargetLowering {
121 AMDGPUTargetLowering(const TargetMachine &TM, const AMDGPUSubtarget &STI);
AMDGPUISelLowering.cpp 49 EVT AMDGPUTargetLowering::getEquivalentMemType(LLVMContext &Ctx, EVT VT) {
58 EVT AMDGPUTargetLowering::getEquivalentBitType(LLVMContext &Ctx, EVT VT) {
66 AMDGPUTargetLowering::AMDGPUTargetLowering(const TargetMachine &TM,
491 MVT AMDGPUTargetLowering::getVectorIdxTy(const DataLayout &) const {
495 bool AMDGPUTargetLowering::isSelectSupported(SelectSupportKind SelType) const {
501 bool AMDGPUTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const {
507 bool AMDGPUTargetLowering::ShouldShrinkFPConstant(EVT VT) const {
512 bool AMDGPUTargetLowering::shouldReduceLoadWidth(SDNode *N,
535 bool AMDGPUTargetLowering::isLoadBitCastBeneficial(EVT LoadTy
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 29 class AMDGPUTargetLowering : public TargetLowering {
131 AMDGPUTargetLowering(const TargetMachine &TM, const AMDGPUSubtarget &STI);
AMDGPUISelLowering.cpp 121 EVT AMDGPUTargetLowering::getEquivalentMemType(LLVMContext &Ctx, EVT VT) {
130 unsigned AMDGPUTargetLowering::numBitsUnsigned(SDValue Op, SelectionDAG &DAG) {
138 unsigned AMDGPUTargetLowering::numBitsSigned(SDValue Op, SelectionDAG &DAG) {
146 AMDGPUTargetLowering::AMDGPUTargetLowering(const TargetMachine &TM,
606 bool AMDGPUTargetLowering::allUsesHaveSourceMods(const SDNode *N,
630 MVT AMDGPUTargetLowering::getVectorIdxTy(const DataLayout &) const {
634 bool AMDGPUTargetLowering::isSelectSupported(SelectSupportKind SelType) const {
640 bool AMDGPUTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const {
647 bool AMDGPUTargetLowering::ShouldShrinkFPConstant(EVT VT) const
    [all...]

Completed in 197 milliseconds