/freebsd-src/contrib/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() argument 48 CostTableLookup(const CostTblEntryT<CostType> (&Table)[N], int ISD, MVT Ty) { in CostTableLookup() argument 56 int ISD; member 67 int ISD, MVT Dst, MVT Src) { in ConvertCostTableLookup() argument 82 ConvertCostTableLookup(const TypeConversionCostTblEntryT<CostType> (& Table)[N],int ISD,MVT Dst,MVT Src) ConvertCostTableLookup() argument [all...] |
H A D | BasicTTIImpl.h | 892 int ISD = TLI->InstructionOpcodeToISD(Opcode); global() variable 1047 int ISD = TLI->InstructionOpcodeToISD(Opcode); global() variable 1218 int ISD = TLI->InstructionOpcodeToISD(Opcode); global() variable 1831 unsigned ISD = 0; getTypeBasedIntrinsicInstrCost() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFTargetTransformInfo.h | 64 int ISD = TLI->InstructionOpcodeToISD(Opcode); variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiTargetTransformInfo.h | 99 int ISD = TLI->InstructionOpcodeToISD(Opcode); variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetTransformInfo.cpp | 405 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 479 int ISD = TLI->InstructionOpcodeToISD(Opcode); getCastInstrCost() local 922 int ISD = TLI->InstructionOpcodeToISD(Opcode); getCmpSelInstrCost() local 1675 int ISD = TLI->InstructionOpcodeToISD(Opcode); getArithmeticReductionCost() local 1761 int ISD = TLI->InstructionOpcodeToISD(Opcode); getExtendedReductionCost() local 2044 unsigned ISD = TLI->InstructionOpcodeToISD(I.getOpcode()); maybeLoweredToCall() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 244 int ISD = TLI->InstructionOpcodeToISD(Opcode); getArithmeticInstrCost() local 2104 int ISD = TLI->InstructionOpcodeToISD(Opcode); getCastInstrCost() local 3085 int ISD = TLI->InstructionOpcodeToISD(Opcode); getCmpSelInstrCost() local 4040 unsigned ISD = ISD::DELETED_NODE; getIntrinsicInstrCost() local 4179 __anonebc8bf420702(int ISD, unsigned Cost, InstructionCost LegalizationCost, FastMathFlags FMF) getIntrinsicInstrCost() argument 4463 int ISD = TLI->InstructionOpcodeToISD(Opcode); getVectorInstrCost() local 5084 int ISD = TLI->InstructionOpcodeToISD(Opcode); getArithmeticReductionCost() local 5308 int ISD; getMinMaxReductionCost() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 571 int ISD = TLI->InstructionOpcodeToISD(Opcode); in vectorCostAdjustmentFactor() local 681 int ISD = TLI->InstructionOpcodeToISD(Opcode); getVectorInstrCost() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 854 int ISD = TLI->InstructionOpcodeToISD(Opcode); getCastInstrCost() local 964 int ISD = TLI->InstructionOpcodeToISD(Opcode); getArithmeticReductionCost() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCMachOStreamer.cpp | 324 IndirectSymbolData ISD; emitSymbolAttribute() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 2233 int ISD = TLI->InstructionOpcodeToISD(Opcode); getCastInstrCost() local 2793 int ISD = TLI->InstructionOpcodeToISD(Opcode); getArithmeticInstrCost() local 2975 int ISD = TLI->InstructionOpcodeToISD(Opcode); getCmpSelInstrCost() local 3568 int ISD = TLI->InstructionOpcodeToISD(Opcode); getArithmeticReductionCostSVE() local 3611 int ISD = TLI->InstructionOpcodeToISD(Opcode); getArithmeticReductionCost() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.cpp | 537 int ISD = TLI->InstructionOpcodeToISD(Opcode); getArithmeticInstrCost() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 12621 ScheduleData *ISD = getScheduleData(I); extendSchedulingRegion() local
|