• Home
  • Raw
  • Download

Lines Matching defs:Instr

206   Ice::Operand *convertOperand(const Instruction *Instr, unsigned OpNum) {  in convertOperand()
224 Ice::Inst *convertInstruction(const Instruction *Instr) { in convertInstruction()
331 Ice::Inst *convertLoadInstruction(const LoadInst *Instr) { in convertLoadInstruction()
337 Ice::Inst *convertStoreInstruction(const StoreInst *Instr) { in convertStoreInstruction()
343 Ice::Inst *convertArithInstruction(const Instruction *Instr, in convertArithInstruction()
352 Ice::Inst *convertPHINodeInstruction(const PHINode *Instr) { in convertPHINodeInstruction()
363 Ice::Inst *convertBrInstruction(const BranchInst *Instr) { in convertBrInstruction()
377 Ice::Inst *convertIntToPtrInstruction(const IntToPtrInst *Instr) { in convertIntToPtrInstruction()
383 Ice::Inst *convertPtrToIntInstruction(const PtrToIntInst *Instr) { in convertPtrToIntInstruction()
389 Ice::Inst *convertRetInstruction(const ReturnInst *Instr) { in convertRetInstruction()
398 Ice::Inst *convertCastInstruction(const Instruction *Instr, in convertCastInstruction()
405 Ice::Inst *convertICmpInstruction(const ICmpInst *Instr) { in convertICmpInstruction()
449 Ice::Inst *convertFCmpInstruction(const FCmpInst *Instr) { in convertFCmpInstruction()
513 Ice::Inst *convertExtractElementInstruction(const ExtractElementInst *Instr) { in convertExtractElementInstruction()
520 Ice::Inst *convertInsertElementInstruction(const InsertElementInst *Instr) { in convertInsertElementInstruction()
529 Ice::Inst *convertSelectInstruction(const SelectInst *Instr) { in convertSelectInstruction()
537 Ice::Inst *convertSwitchInstruction(const SwitchInst *Instr) { in convertSwitchInstruction()
553 Ice::Inst *convertCallInstruction(const CallInst *Instr) { in convertCallInstruction()
589 Ice::Inst *convertAllocaInstruction(const AllocaInst *Instr) { in convertAllocaInstruction()
605 Ice::Inst *Instr = convertInstruction(&II); in convertBasicBlock() local