Home
last modified time | relevance | path

Searched defs:isVector (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DValueTypes.h190 bool isVector() const { in isVector() function
661 bool isVector() const { in isVector() function
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp116 bool isVector) { in emitRegSave()
470 bool isVector) { in emitRegSave()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DAPValue.h188 bool isVector() const { return Kind == Vector; } in isVector() function
/freebsd-9-stable/contrib/llvm/include/llvm/
DDebugInfo.h314 bool isVector() const { return (getFlags() & FlagVector) != 0; } in isVector() function
/freebsd-9-stable/contrib/llvm/lib/Target/R600/
DR600InstrInfo.cpp45 bool R600InstrInfo::isVector(const MachineInstr &MI) const { in isVector() function in R600InstrInfo
/freebsd-9-stable/contrib/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp38 static inline bool isVector(MVT::SimpleValueType VT) { in isVector() function
/freebsd-9-stable/contrib/llvm/lib/AsmParser/
DLLParser.cpp1924 bool LLParser::ParseArrayVectorType(Type *&Result, bool isVector) { in ParseArrayVectorType()
/freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp3139 bool isVector, SmallVectorImpl<SDValue> &MemOpChains, in LowerMemOpCallTo()