Searched defs:Opnd (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARC.h | 67 const auto *Opnd = Inst.getOperand(0)->stripPointerCasts(); in getreturnRVOperand() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCInstPrinter.cpp | 90 const MCOperand &Opnd = MI.getOperand(OpIdx); in matchAliasCondition() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | ConstantHoisting.cpp | 175 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 D | Reassociate.cpp | 1280 static Value *createAndInstr(Instruction *InsertBefore, Value *Opnd, in createAndInstr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BPFMISimplifyPatchable.cpp | 133 const MachineOperand &Opnd = DefInst->getOperand(0); in checkADDrr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 625 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 D | CodeGenPrepare.cpp | 2765 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 D | AMDGPUDisassembler.cpp | 53 addOperand(MCInst &Inst, const MCOperand& Opnd) { in addOperand()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 2360 const Value *Opnd = nullptr; in X86SelectSelect() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 1327 SDValue Opnd = Op->getOperand(++OpNo), In64; in lowerDSPIntr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 2003 MCOperand Opnd; in processInstruction() local 2201 MCOperand Opnd; in processInstruction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 2016 for (auto &Opnd : MI->uses()) { in selectLoad() local
|