Searched refs:Instruction (Results 1 - 16 of 16) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp66 case Instruction::Trunc : return bitc::CAST_TRUNC;
67 case Instruction::ZExt : return bitc::CAST_ZEXT;
68 case Instruction::SExt : return bitc::CAST_SEXT;
69 case Instruction::FPToUI : return bitc::CAST_FPTOUI;
70 case Instruction::FPToSI : return bitc::CAST_FPTOSI;
71 case Instruction::UIToFP : return bitc::CAST_UITOFP;
72 case Instruction::SIToFP : return bitc::CAST_SITOFP;
73 case Instruction::FPTrunc : return bitc::CAST_FPTRUNC;
74 case Instruction::FPExt : return bitc::CAST_FPEXT;
75 case Instruction
[all...]
H A DValueEnumerator.h26 class Instruction;
71 typedef llvm::DenseMap<const llvm::Instruction*, unsigned> InstructionMapType;
106 unsigned getInstructionID(const llvm::Instruction *I) const;
107 void setInstructionID(const llvm::Instruction *I);
H A DValueEnumerator.cpp114 unsigned ValueEnumerator::getInstructionID(const Instruction *Inst) const {
116 assert(I != InstructionMap.end() && "Instruction is not mapped!");
120 void ValueEnumerator::setInstructionID(const Instruction *I) {
237 else if (!isa<Instruction>(V) && !isa<Argument>(V))
300 } else if (isa<Instruction>(V) || isa<Argument>(V))
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp71 case Instruction::Trunc : return bitc::CAST_TRUNC;
72 case Instruction::ZExt : return bitc::CAST_ZEXT;
73 case Instruction::SExt : return bitc::CAST_SEXT;
74 case Instruction::FPToUI : return bitc::CAST_FPTOUI;
75 case Instruction::FPToSI : return bitc::CAST_FPTOSI;
76 case Instruction::UIToFP : return bitc::CAST_UITOFP;
77 case Instruction::SIToFP : return bitc::CAST_SITOFP;
78 case Instruction::FPTrunc : return bitc::CAST_FPTRUNC;
79 case Instruction::FPExt : return bitc::CAST_FPEXT;
80 case Instruction
[all...]
H A DValueEnumerator.h26 class Instruction;
71 typedef llvm::DenseMap<const llvm::Instruction*, unsigned> InstructionMapType;
106 unsigned getInstructionID(const llvm::Instruction *I) const;
107 void setInstructionID(const llvm::Instruction *I);
H A DValueEnumerator.cpp114 unsigned ValueEnumerator::getInstructionID(const Instruction *Inst) const {
116 assert(I != InstructionMap.end() && "Instruction is not mapped!");
120 void ValueEnumerator::setInstructionID(const Instruction *I) {
237 else if (!isa<Instruction>(V) && !isa<Argument>(V))
300 } else if (isa<Instruction>(V) || isa<Argument>(V))
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h26 class Instruction;
71 typedef llvm::DenseMap<const llvm::Instruction*, unsigned> InstructionMapType;
106 unsigned getInstructionID(const llvm::Instruction *I) const;
107 void setInstructionID(const llvm::Instruction *I);
H A DBitcodeWriter.cpp81 case Instruction::Trunc : return bitc::CAST_TRUNC;
82 case Instruction::ZExt : return bitc::CAST_ZEXT;
83 case Instruction::SExt : return bitc::CAST_SEXT;
84 case Instruction::FPToUI : return bitc::CAST_FPTOUI;
85 case Instruction::FPToSI : return bitc::CAST_FPTOSI;
86 case Instruction::UIToFP : return bitc::CAST_UITOFP;
87 case Instruction::SIToFP : return bitc::CAST_SITOFP;
88 case Instruction::FPTrunc : return bitc::CAST_FPTRUNC;
89 case Instruction::FPExt : return bitc::CAST_FPEXT;
90 case Instruction
[all...]
H A DValueEnumerator.cpp114 unsigned ValueEnumerator::getInstructionID(const Instruction *Inst) const {
116 assert(I != InstructionMap.end() && "Instruction is not mapped!");
120 void ValueEnumerator::setInstructionID(const Instruction *I) {
237 else if (!isa<Instruction>(V) && !isa<Argument>(V))
300 } else if (isa<Instruction>(V) || isa<Argument>(V))
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp175 SmallPtrSet<Instruction*, 32> DeadInsts;
257 for (SmallPtrSet<Instruction*, 32>::iterator
259 Instruction *Inst = *I;
285 Instruction *Inst = &*I++;
404 case bitc::CAST_TRUNC : return Instruction::Trunc;
405 case bitc::CAST_ZEXT : return Instruction::ZExt;
406 case bitc::CAST_SEXT : return Instruction::SExt;
407 case bitc::CAST_FPTOUI : return Instruction::FPToUI;
408 case bitc::CAST_FPTOSI : return Instruction::FPToSI;
409 case bitc::CAST_UITOFP : return Instruction
[all...]
H A DBitcodeReader.h143 SmallVector<Instruction *, 64> InstructionList;
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp163 case bitc::CAST_TRUNC : return Instruction::Trunc;
164 case bitc::CAST_ZEXT : return Instruction::ZExt;
165 case bitc::CAST_SEXT : return Instruction::SExt;
166 case bitc::CAST_FPTOUI : return Instruction::FPToUI;
167 case bitc::CAST_FPTOSI : return Instruction::FPToSI;
168 case bitc::CAST_UITOFP : return Instruction::UIToFP;
169 case bitc::CAST_SITOFP : return Instruction::SIToFP;
170 case bitc::CAST_FPTRUNC : return Instruction::FPTrunc;
171 case bitc::CAST_FPEXT : return Instruction::FPExt;
172 case bitc::CAST_PTRTOINT: return Instruction
[all...]
H A DBitcodeReader.h143 SmallVector<Instruction *, 64> InstructionList;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocationFunctions.h15 } Instruction; typedef in typeref:struct:__anon1097
H A DHexagonRelocator.cpp143 static uint32_t findBitMask(uint32_t insn, Instruction *encodings,
163 sizeof(insn_encodings) / sizeof(Instruction))
H A DHexagonEncodings.h12 Instruction insn_encodings[] = {

Completed in 369 milliseconds