Home
last modified time | relevance | path

Searched defs:Opnd (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h67 const auto *Opnd = Inst.getOperand(0)->stripPointerCasts(); in getreturnRVOperand() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCInstPrinter.cpp90 const MCOperand &Opnd = MI.getOperand(OpIdx); in matchAliasCondition() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp175 Value *Opnd = Inst->getOperand(Idx); in findMatInsertPt() local
448 Value *Opnd = Inst->getOperand(Idx); in collectConstantCandidates() local
779 Value *Opnd = ConstUser.Inst->getOperand(ConstUser.OpndIdx); in emitBaseConstants() local
H A DReassociate.cpp1280 static Value *createAndInstr(Instruction *InsertBefore, Value *Opnd, in createAndInstr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp133 const MachineOperand &Opnd = DefInst->getOperand(0); in checkADDrr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp625 for (const FAddend *Opnd : Opnds) { in createNaryFAdd() local
708 for (const FAddend *Opnd : Opnds) { in calcInstrNumber() local
738 Value *FAddCombine::createAddendVal(const FAddend &Opnd, bool &NeedNeg) { in createAddendVal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2765 TruncBuilder(Instruction *Opnd, Type *Ty) : TypePromotionAction(Opnd) { in TruncBuilder()
2791 SExtBuilder(Instruction *InsertPt, Value *Opnd, Type *Ty) in SExtBuilder()
2817 ZExtBuilder(Instruction *InsertPt, Value *Opnd, Type *Ty) in ZExtBuilder()
3045 Value *TypePromotionTransaction::createTrunc(Instruction *Opnd, in createTrunc()
3054 Value *Opnd, Type *Ty) { in createSExt()
3062 Value *Opnd, Type *Ty) { in createZExt()
4045 Instruction *Opnd, in getOrigType()
4232 Instruction *Opnd = dyn_cast<Instruction>(OpndVal); in canGetThrough() local
4388 Value *Opnd = ExtOpnd->getOperand(OpIdx); in promoteOperandForOther() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp53 addOperand(MCInst &Inst, const MCOperand& Opnd) { in addOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp2360 const Value *Opnd = nullptr; in X86SelectSelect() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1327 SDValue Opnd = Op->getOperand(++OpNo), In64; in lowerDSPIntr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2003 MCOperand Opnd; in processInstruction() local
2201 MCOperand Opnd; in processInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2016 for (auto &Opnd : MI->uses()) { in selectLoad() local