Home
last modified time | relevance | path

Searched defs:AddInst (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/llvm/unittests/CodeGen/GlobalISel/
DPatternMatchTest.cpp466 auto AddInst = B.buildAdd(s64, Copies[1], NegInst); in TEST_F() local
499 auto AddInst = B.buildAdd(s64, Copies[1], NotInst1); in TEST_F() local
/external/llvm-project/llvm/unittests/Transforms/Utils/
DCloningTest.cpp225 Instruction *AddInst = cast<Instruction>(Builder2.CreateAdd(V, V)); in TEST_F() local
274 Instruction *AddInst = cast<Instruction>(Builder2.CreateAdd(V, V)); in TEST_F() local
327 Instruction *AddInst = cast<Instruction>(Builder2.CreateAdd(V, V)); in TEST_F() local
DCodeMoverUtilsTest.cpp580 Instruction *AddInst = getInstructionByName(F, "add"); in TEST() local
645 Instruction *AddInst = getInstructionByName(F, "add"); in TEST() local
/external/llvm-project/llvm/unittests/IR/
DBasicBlockTest.cpp119 Instruction *AddInst = cast<Instruction>(Builder1.CreateAdd(V, V)); in TEST() local
/external/llvm-project/llvm/lib/Target/ARM/
DMVEGatherScatterLowering.cpp797 Instruction *AddInst = cast<Instruction>(Offsets); in tryCreateIncrementingWBGatScat() local
/external/llvm-project/llvm/lib/Target/X86/
DX86InstructionSelector.cpp1077 MachineInstr &AddInst = in selectUadde() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstructionSelector.cpp1122 MachineInstr &AddInst = in selectUadde() local
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp1144 const MCInstrDesc& AddInst = TII.get( isPPC64 ? PPC::ADD8 in emitEpilogue() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp1419 const MCInstrDesc& AddInst = TII.get( isPPC64 ? PPC::ADD8 in emitEpilogue() local
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp1532 const MCInstrDesc& AddInst = TII.get( isPPC64 ? PPC::ADD8 in emitEpilogue() local
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp1528 auto *AddInst = cast<BinaryOperator>(Op0->getOperand(0)); in SimplifyAndOfICmps() local
1702 auto *AddInst = cast<BinaryOperator>(Op0->getOperand(0)); in SimplifyOrOfICmps() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp1663 auto *AddInst = cast<OverflowingBinaryOperator>(Op0->getOperand(0)); in simplifyAndOfICmpsWithAdd() local
1736 auto *AddInst = cast<BinaryOperator>(Op0->getOperand(0)); in simplifyOrOfICmpsWithAdd() local
/external/llvm-project/llvm/lib/Analysis/
DInstructionSimplify.cpp1657 auto *AddInst = cast<OverflowingBinaryOperator>(Op0->getOperand(0)); in simplifyAndOfICmpsWithAdd() local
1793 auto *AddInst = cast<BinaryOperator>(Op0->getOperand(0)); in simplifyOrOfICmpsWithAdd() local