Home
last modified time | relevance | path

Searched defs:InstructionT (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DSSAContext.h43 using InstructionT = Instruction; global() variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineSSAContext.h44 using InstructionT = MachineInstr; global() variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityInfo.h36 using InstructionT = typename ContextT::InstructionT; variable
H A DGenericConvergenceVerifier.h28 using InstructionT = typename ContextT::InstructionT; variable
H A DGenericUniformityImpl.h265 using InstructionT = typename ContextT::InstructionT; variable
334 using InstructionT = typename ContextT::InstructionT; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp118 using InstructionT = MachineInstr; typedef