HomeSort by: relevance | last modified time | path
    Searched refs:InstTy (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsRegisterBankInfo.h 75 bool isAmbiguous_64(InstType InstTy, unsigned OpSize) const {
76 if (InstTy == InstType::Ambiguous && OpSize == 64)
81 bool isAmbiguous_32(InstType InstTy, unsigned OpSize) const {
82 if (InstTy == InstType::Ambiguous && OpSize == 32)
87 bool isAmbiguous_32or64(InstType InstTy, unsigned OpSize) const {
88 if (InstTy == InstType::Ambiguous && (OpSize == 32 || OpSize == 64))
93 bool isAmbiguousWithMergeOrUnmerge_64(InstType InstTy,
95 if (InstTy == InstType::AmbiguousWithMergeOrUnmerge && OpSize == 64)
100 bool isFloatingPoint_32or64(InstType InstTy, unsigned OpSize) const {
101 if (InstTy == InstType::FloatingPoint && (OpSize == 32 || OpSize == 64)
    [all...]
MipsRegisterBankInfo.cpp 356 InstType InstTy) {
357 changeRecordedTypeForInstr(MI, InstTy);
359 setTypes(WaitingInstr, InstTy);
466 InstType InstTy = InstType::Integer;
508 InstTy = TI.determineInstType(&MI);
510 if (isFloatingPoint_32or64(InstTy, Op0Size) ||
511 isAmbiguous_64(InstTy, Op0Size)) {
515 assert((isInteger_32(InstTy, Op0Size) ||
516 isAmbiguous_32(InstTy, Op0Size) ||
517 isAmbiguousWithMergeOrUnmerge_64(InstTy, Op0Size)) &
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
VectorUtils.h 286 template <typename InstTy> class InterleaveGroup;
582 template <typename InstTy> class InterleaveGroup {
588 InterleaveGroup(InstTy *Instr, int32_t Stride, Align Alignment)
607 bool insertMember(InstTy *Instr, int32_t Index, Align NewAlign) {
652 InstTy *getMember(uint32_t Index) const {
659 uint32_t getIndex(const InstTy *Instr) const {
668 InstTy *getInsertPos() const { return InsertPos; }
669 void setInsertPos(InstTy *Inst) { InsertPos = Inst; }
677 void addMetadata(InstTy *NewInst) const;
700 DenseMap<int32_t, InstTy *> Members
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h 148 template<typename InstTy>
149 InstTy *Insert(InstTy *I, const Twine &Name = "") const {
932 template <typename InstTy>
933 InstTy *addBranchMetadata(InstTy *I, MDNode *Weights, MDNode *Unpredictable) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 1236 TypeSourceInfo *InstTy;
1242 InstTy = Ty;
1244 InstTy = SemaRef.SubstType(Ty, TemplateArgs,
1247 if (!InstTy)
1251 D->getFriendLoc(), InstTy);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 214 struct InstTy {

Completed in 24 milliseconds