Searched refs:instName (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.h88 Instruction *getInst(Value *base, char *instName);
89 void dumpInst(Value *base, char *instName);
H A DNVPTXUtilities.cpp480 Instruction *llvm::getInst(Value *base, char *instName) { argument
487 if (strcmp(I->getName().data(), instName) == 0) {
496 void llvm::dumpInst(Value *base, char *instName) { argument
497 Instruction *I = getInst(base, instName);
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp2238 const string instName = getBlockAPIName(block, instNdx); local
2239 const int layoutNdx = findBlockIndex(glLayout, instName);

Completed in 167 milliseconds