HomeSort by relevance Sort by last modified time
    Searched defs:AMDGPUTargetLowering (Results 1 - 2 of 2) 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...]

Completed in 78 milliseconds