HomeSort by relevance Sort by last modified time
    Searched refs:isVec (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/include/
pub_tool_debuginfo.h 141 Bool isVec; /* does block have an array type, or not? */
161 Bool isVec; /* does block have an array type, or not? */
  /external/valgrind/main/exp-sgcheck/
sg_main.c 155 if (fb->isVec != False && fb->isVec != True)
181 if (fb1->isVec < fb2->isVec) return -1;
182 if (fb1->isVec > fb2->isVec) return 1;
199 && fb1->isVec == fb2->isVec
230 " StackBlock{ off %ld szB %lu spRel:%c isVec:%c \"%s\" }\n",
232 sb->isVec ? 'Y' : 'N', &sb->name[0]
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h 228 void emitVirtualRegister(unsigned int vr, bool isVec, raw_ostream &O);
NVPTXAsmPrinter.cpp 494 NVPTXAsmPrinter::getVirtualRegisterName(unsigned vr, bool isVec,
502 if (!isVec) {
510 NVPTXAsmPrinter::emitVirtualRegister(unsigned int vr, bool isVec,
512 getVirtualRegisterName(vr, isVec, O);
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 209 /// Some cpus distinguish between vectors of boolean and scalars; the isVec
213 BooleanContent getBooleanContents(bool isVec) const {
214 return isVec ? BooleanVectorContents : BooleanContents;
    [all...]

Completed in 1812 milliseconds