HomeSort by relevance Sort by last modified time
    Searched defs:getInst (Results 1 - 12 of 12) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVBasicBlock.h 62 SPIRVInstruction *getInst(size_t I) const { return InstVec[I];}
  /external/llvm/include/llvm/MC/
MCInst.h 102 const MCInst *getInst() const {
MCFragment.h 267 const MCInst &getInst() const { return Inst; }
  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.cpp 379 Instruction *llvm::getInst(Value *base, char *instName) {
396 Instruction *I = getInst(base, instName);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 179 Instruction *getInst() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCInst.h 106 const MCInst *getInst() const {
MCFragment.h 282 const MCInst &getInst() const { return Inst; }
394 const MCInst &getInst() const {
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 168 Instruction *getInst() const {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
MemoryDependenceAnalysis.h 156 /// getInst() - If this is a normal dependency, return the instruction that
158 Instruction *getInst() const {
  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 232 const MachineInstr *getInst() const { return Inst; }
261 if (Other.getInst() != getInst())
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 189 MCInst &getInst() { return Inst; }
190 const MCInst &getInst() const { return Inst; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 301 const MachineInstr *getInst() const { return Inst; }
334 if (Other.getInst() != getInst())
    [all...]

Completed in 1541 milliseconds