• Home
  • Raw
  • Download

Lines Matching defs:Instr

265 void TargetMIPS32::genTargetHelperCallFor(Inst *Instr) {  in genTargetHelperCallFor()
1029 bool TargetMIPS32::doBranchOpt(Inst *Instr, const CfgNode *NextNode) { in doBranchOpt()
2376 void TargetMIPS32::lowerAlloca(const InstAlloca *Instr) { in lowerAlloca()
2465 void TargetMIPS32::lowerInt64Arithmetic(const InstArithmetic *Instr, in lowerInt64Arithmetic()
2750 void TargetMIPS32::lowerArithmetic(const InstArithmetic *Instr) { in lowerArithmetic()
3049 void TargetMIPS32::lowerAssign(const InstAssign *Instr) { in lowerAssign()
3101 void TargetMIPS32::lowerBr(const InstBr *Instr) { in lowerBr()
3354 void TargetMIPS32::lowerCall(const InstCall *Instr) { in lowerCall()
3640 void TargetMIPS32::lowerCast(const InstCast *Instr) { in lowerCast()
3908 void TargetMIPS32::lowerExtractElement(const InstExtractElement *Instr) { in lowerExtractElement()
3972 void TargetMIPS32::lowerFcmp(const InstFcmp *Instr) { in lowerFcmp()
4167 void TargetMIPS32::lower64Icmp(const InstIcmp *Instr) { in lower64Icmp()
4313 void TargetMIPS32::lowerIcmp(const InstIcmp *Instr) { in lowerIcmp()
4421 void TargetMIPS32::lowerInsertElement(const InstInsertElement *Instr) { in lowerInsertElement()
4564 void TargetMIPS32::lowerIntrinsicCall(const InstIntrinsicCall *Instr) { in lowerIntrinsicCall()
5209 void TargetMIPS32::lowerLoad(const InstLoad *Instr) { in lowerLoad()
5276 bool isAddOrSub(const Inst *Instr, InstArithmetic::OpKind *Kind) { in isAddOrSub()
5436 Inst *Instr = iteratorToInst(Context.getCur()); in doAddressOptLoad() local
5459 void TargetMIPS32::lowerRet(const InstRet *Instr) { in lowerRet()
5540 void TargetMIPS32::lowerSelect(const InstSelect *Instr) { in lowerSelect()
5599 void TargetMIPS32::lowerShuffleVector(const InstShuffleVector *Instr) { in lowerShuffleVector()
5603 void TargetMIPS32::lowerStore(const InstStore *Instr) { in lowerStore()
5630 Inst *Instr = iteratorToInst(Context.getCur()); in doAddressOptStore() local
5641 void TargetMIPS32::lowerSwitch(const InstSwitch *Instr) { in lowerSwitch()
5676 void TargetMIPS32::lowerBreakpoint(const InstBreakpoint *Instr) { in lowerBreakpoint()
5685 void TargetMIPS32::lowerOther(const Inst *Instr) { in lowerOther()
6033 bool shouldTrackProducer(const Inst &Instr) { in shouldTrackProducer()
6037 bool isValidConsumer(const Inst &Instr) { return Instr.getKind() == Inst::Br; } in isValidConsumer()