Home
last modified time | relevance | path

Searched defs:ISD (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/Target/
DCostTable.h25 int ISD; member
32 int ISD, MVT Ty) { in CostTableLookup()
45 int ISD; member
55 int ISD, MVT Dst, MVT Src) { in ConvertCostTableLookup()
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp180 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost() local
326 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost() local
383 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost() local
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.cpp99 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost() local
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp95 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost() local
528 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost() local
859 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost() local
1066 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getReductionCost() local
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp51 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost() local
272 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost() local
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h293 int ISD = TLI->InstructionOpcodeToISD(Opcode); variable
340 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost() local
438 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost() local
585 unsigned ISD = 0; in getIntrinsicInstrCost() local
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp297 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost() local
/external/llvm/lib/MC/
DMCMachOStreamer.cpp285 IndirectSymbolData ISD; in EmitSymbolAttribute() local
DMCELFStreamer.cpp195 IndirectSymbolData ISD; in EmitSymbolAttribute() local
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
Dexamples.cpp231 namespace ISD { namespace