/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | CostTable.h | 26 int ISD; member 35 CostTableLookup(ArrayRef<CostTblEntryT<CostType>> Tbl, int ISD, MVT Ty) { in CostTableLookup() 48 CostTableLookup(const CostTblEntryT<CostType> (&Table)[N], int ISD, MVT Ty) { in CostTableLookup() 56 int ISD; member 67 int ISD, MVT Dst, MVT Src) { in ConvertCostTableLookup() 82 int ISD, MVT Dst, MVT Src) { in ConvertCostTableLookup()
|
H A D | BasicTTIImpl.h | 905 int ISD = TLI->InstructionOpcodeToISD(Opcode); global() variable 1061 int ISD = TLI->InstructionOpcodeToISD(Opcode); global() variable 1232 int ISD = TLI->InstructionOpcodeToISD(Opcode); global() variable 1925 unsigned ISD = 0; getTypeBasedIntrinsicInstrCost() local [all...] |
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFTargetTransformInfo.h | 64 int ISD = TLI->InstructionOpcodeToISD(Opcode); global() variable
|
/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiTargetTransformInfo.h | 99 int ISD = TLI->InstructionOpcodeToISD(Opcode); global() variable
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetTransformInfo.cpp | 405 int ISD = TLI->InstructionOpcodeToISD(Opcode); getArithmeticInstrCost() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 483 int ISD = TLI->InstructionOpcodeToISD(Opcode); getCastInstrCost() local 926 int ISD = TLI->InstructionOpcodeToISD(Opcode); getCmpSelInstrCost() local 1687 int ISD = TLI->InstructionOpcodeToISD(Opcode); getArithmeticReductionCost() local 1773 int ISD = TLI->InstructionOpcodeToISD(Opcode); getExtendedReductionCost() local 2056 unsigned ISD = TLI->InstructionOpcodeToISD(I.getOpcode()); maybeLoweredToCall() local [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 270 assert(ISD && "Invalid opcode"); in getArithmeticInstrCost() local 2175 int ISD = TLI->InstructionOpcodeToISD(Opcode); getCastInstrCost() local 3176 int ISD = TLI->InstructionOpcodeToISD(Opcode); getCmpSelInstrCost() local 4180 unsigned ISD = ISD::DELETED_NODE; getIntrinsicInstrCost() local 4298 __anon2c96a9c30702(int ISD, unsigned Cost, std::pair<InstructionCost, MVT> LT, FastMathFlags FMF) getIntrinsicInstrCost() argument 4589 int ISD = TLI->InstructionOpcodeToISD(Opcode); getVectorInstrCost() local 5215 int ISD = TLI->InstructionOpcodeToISD(Opcode); getArithmeticReductionCost() local 5439 int ISD; getMinMaxReductionCost() local [all...] |
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 571 int ISD = TLI->InstructionOpcodeToISD(Opcode); vectorCostAdjustmentFactor() local 682 int ISD = TLI->InstructionOpcodeToISD(Opcode); getVectorInstrCost() local [all...] |
/llvm-project/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
H A D | examples.cpp | 231 namespace ISD { namespace
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 1023 int ISD = TLI->InstructionOpcodeToISD(Opcode); getCastInstrCost() local 1237 int ISD = TLI->InstructionOpcodeToISD(Opcode); getArithmeticReductionCost() local [all...] |
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 2467 int ISD = TLI->InstructionOpcodeToISD(Opcode); getCastInstrCost() local 3028 int ISD = TLI->InstructionOpcodeToISD(Opcode); getArithmeticInstrCost() local 3217 int ISD = TLI->InstructionOpcodeToISD(Opcode); getCmpSelInstrCost() local 3820 int ISD = TLI->InstructionOpcodeToISD(Opcode); getArithmeticReductionCostSVE() local 3863 int ISD = TLI->InstructionOpcodeToISD(Opcode); getArithmeticReductionCost() local [all...] |
/llvm-project/llvm/lib/MC/ |
H A D | MachObjectWriter.cpp | 1060 for (auto &ISD : IndirectSymbols) { writeObject() local [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.cpp | 534 int ISD = TLI->InstructionOpcodeToISD(Opcode); getArithmeticInstrCost() local [all...] |
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 14569 ScheduleData *ISD = getScheduleData(I); extendSchedulingRegion() local
|