HomeSort by: relevance | last modified time | path
    Searched defs:AMDGPUTargetLowering (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 27 class AMDGPUTargetLowering : public TargetLowering {
143 AMDGPUTargetLowering(const TargetMachine &TM, const AMDGPUSubtarget &STI);
AMDGPUISelLowering.cpp 38 EVT AMDGPUTargetLowering::getEquivalentMemType(LLVMContext &Ctx, EVT VT) {
47 unsigned AMDGPUTargetLowering::numBitsUnsigned(SDValue Op, SelectionDAG &DAG) {
53 unsigned AMDGPUTargetLowering::numBitsSigned(SDValue Op, SelectionDAG &DAG) {
61 AMDGPUTargetLowering::AMDGPUTargetLowering(const TargetMachine &TM,
568 bool AMDGPUTargetLowering::mayIgnoreSignedZero(SDValue Op) const {
662 bool AMDGPUTargetLowering::allUsesHaveSourceMods(const SDNode *N,
686 EVT AMDGPUTargetLowering::getTypeForExtReturn(LLVMContext &Context, EVT VT,
697 MVT AMDGPUTargetLowering::getVectorIdxTy(const DataLayout &) const {
701 bool AMDGPUTargetLowering::isSelectSupported(SelectSupportKind SelType) const
    [all...]

Completed in 26 milliseconds