/freebsd/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() 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); variable 1061 int ISD = TLI->InstructionOpcodeToISD(Opcode); variable 1232 int ISD = TLI->InstructionOpcodeToISD(Opcode); variable 1925 unsigned ISD = 0; in getTypeBasedIntrinsicInstrCost() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFTargetTransformInfo.h | 64 int ISD = TLI->InstructionOpcodeToISD(Opcode); variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiTargetTransformInfo.h | 99 int ISD = TLI->InstructionOpcodeToISD(Opcode); variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetTransformInfo.cpp | 439 int ISD = TLI->InstructionOpcodeToISD(Opcode); getArithmeticInstrCost() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 483 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost() local 926 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost() local 1687 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost() local 1773 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getExtendedReductionCost() local 2056 unsigned ISD = TLI->InstructionOpcodeToISD(I.getOpcode()); in maybeLoweredToCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 270 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost() local 2175 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost() local 3176 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost() local 4180 unsigned ISD = ISD::DELETED_NODE; in getIntrinsicInstrCost() local 4298 FastMathFlags FMF) -> InstructionCost { in getIntrinsicInstrCost() 4589 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost() local 5215 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost() local 5439 int ISD; in getMinMaxReductionCost() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 571 int ISD = TLI->InstructionOpcodeToISD(Opcode); in vectorCostAdjustmentFactor() local 682 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 2481 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost() local 3050 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost() local 3239 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost() local 3850 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCostSVE() local 3901 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 1044 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost() local 1258 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MachObjectWriter.cpp | 1078 for (auto &ISD : IndirectSymbols) { in writeObject() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.cpp | 534 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 14633 ScheduleData *ISD = getScheduleData(I); in extendSchedulingRegion() local
|