Home
last modified time | relevance | path

Searched defs:DefInst (Results 1 – 25 of 28) sorted by relevance

12

/external/deqp-deps/SPIRV-Tools/source/opt/
Dfunction.h54 Instruction& DefInst() { return *def_inst_; } in DefInst() function
55 const Instruction& DefInst() const { return *def_inst_; } in DefInst() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dfunction.h54 Instruction& DefInst() { return *def_inst_; } in DefInst() function
55 const Instruction& DefInst() const { return *def_inst_; } in DefInst() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfunction.h54 Instruction& DefInst() { return *def_inst_; } in DefInst() function
55 const Instruction& DefInst() const { return *def_inst_; } in DefInst() function
/external/llvm-project/llvm/lib/Target/BPF/
DBPFMISimplifyPatchable.cpp108 MachineInstr *DefInst = I->getParent(); in checkADDrr() local
273 MachineInstr *DefInst = MRI->getUniqueVRegDef(SrcReg); in removeLD() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFMISimplifyPatchable.cpp105 MachineInstr *DefInst = I->getParent(); in checkADDrr() local
257 MachineInstr *DefInst = MRI->getUniqueVRegDef(SrcReg); in removeLD() local
/external/llvm/lib/Target/AMDGPU/
DSILowerI1Copies.cpp110 MachineInstr *DefInst = MRI.getUniqueVRegDef(Src.getReg()); in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFixupVectorISel.cpp96 MachineInstr *DefInst = MRI.getUniqueVRegDef(WOp->getReg()); in findSRegBaseAndIndex() local
DSIPeepholeSDWA.cpp530 const MachineInstr *DefInst = Def.getParent(); in foldToImm() local
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCBranchCoalescing.cpp467 MachineInstr *DefInst = MRI->getVRegDef(Use.getReg()); in canMoveToEnd() local
DPPCPreEmitPeephole.cpp253 MachineBasicBlock::iterator DefInst; in addLinkerOpt() member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCBranchCoalescing.cpp462 MachineInstr *DefInst = MRI->getVRegDef(Use.getReg()); in canMoveToEnd() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp414 MachineInstr *DefInst = LastDef[Reg]; in findPotentialNewifiableTFRs() local
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp416 MachineInstr *DefInst = LastDef[Reg]; in findPotentialNewifiableTFRs() local
/external/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp400 MachineInstr *DefInst = LastDef[Reg]; in findPotentialNewifiableTFRs() local
/external/swiftshader/third_party/subzero/src/
DIceRegAlloc.cpp519 const Inst *DefInst = VMetadata->getFirstDefinitionSingleBlock(Iter.Cur); in findRegisterPreference() local
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp282 Instruction *DefInst; member
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIPeepholeSDWA.cpp530 const MachineInstr *DefInst = Def.getParent(); in foldToImm() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocFast.cpp303 for (const MachineInstr &DefInst : MRI->def_instructions(VirtReg)) { in mayLiveIn() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp520 Instruction *DefInst = nullptr; member
/external/llvm-project/polly/lib/Transform/
DDeLICM.cpp672 auto *DefInst = DefMA->getAccessInstruction(); in tryMapValue() local
/external/llvm-project/llvm/lib/CodeGen/
DRegAllocFast.cpp376 for (const MachineInstr &DefInst : MRI->def_instructions(VirtReg)) { in mayLiveIn() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp538 Instruction *DefInst = nullptr; member
DNewGVN.cpp3899 auto *DefInst = dyn_cast_or_null<Instruction>(Def); in eliminateInstructions() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp265 Instruction *DefInst = MD->getMemoryInst(); in instructionClobbersQuery() local
/external/llvm-project/llvm/lib/Analysis/
DMemorySSA.cpp271 Instruction *DefInst = MD->getMemoryInst(); in instructionClobbersQuery() local

12