Home
last modified time | relevance | path

Searched refs:NegLo (Results 1 – 25 of 68) sorted by relevance

123

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp199 Constant* NegLo = ConstantExpr::getNeg(Leaf.Low); in newLeafBlock() local
200 Instruction* Add = BinaryOperator::CreateAdd(Val, NegLo, in newLeafBlock()
203 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in newLeafBlock()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/BiF/
H A Dfp2ui_conversion.cpp278 vector<uint32_t, N> NegLo = ~LoRes; in __impl_fp2ui__double__() local
281 auto AddC = cm::math::add_with_carry(NegLo, One); in __impl_fp2ui__double__()
381 vector<uint32_t, N> NegLo = ~Lo; in __impl_fp2ui__() local
384 auto AddC = cm::math::add_with_carry(NegLo, One); in __impl_fp2ui__()
462 vector<uint32_t, N> NegLo = ~LoRes; in __impl_fp2ui__half__() local
465 auto AddC = cm::math::add_with_carry(NegLo, One); in __impl_fp2ui__half__()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Utils/
H A DLowerSwitch.cpp333 Constant* NegLo = ConstantExpr::getNeg(Leaf.Low); in newLeafBlock() local
334 Instruction* Add = BinaryOperator::CreateAdd(Val, NegLo, in newLeafBlock()
337 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in newLeafBlock()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Utils/
H A DLowerSwitch.cpp333 Constant* NegLo = ConstantExpr::getNeg(Leaf.Low); in newLeafBlock() local
334 Instruction* Add = BinaryOperator::CreateAdd(Val, NegLo, in newLeafBlock()
337 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in newLeafBlock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp185 Constant *NegLo = ConstantExpr::getNeg(Leaf.Low); in NewLeafBlock() local
187 Val, NegLo, Val->getName() + ".off", NewLeaf); in NewLeafBlock()
188 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in NewLeafBlock()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp357 Constant* NegLo = ConstantExpr::getNeg(Leaf.Low); in newLeafBlock() local
358 Instruction* Add = BinaryOperator::CreateAdd(Val, NegLo, in newLeafBlock()
361 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in newLeafBlock()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Utils/
H A DLowerSwitch.cpp364 Constant* NegLo = ConstantExpr::getNeg(Leaf.Low); in newLeafBlock() local
365 Instruction* Add = BinaryOperator::CreateAdd(Val, NegLo, in newLeafBlock()
368 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in newLeafBlock()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp185 Constant *NegLo = ConstantExpr::getNeg(Leaf.Low); in NewLeafBlock() local
187 Val, NegLo, Val->getName() + ".off", NewLeaf); in NewLeafBlock()
188 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in NewLeafBlock()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Utils/
H A DLowerSwitch.cpp185 Constant *NegLo = ConstantExpr::getNeg(Leaf.Low); in NewLeafBlock() local
187 Val, NegLo, Val->getName() + ".off", NewLeaf); in NewLeafBlock()
188 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in NewLeafBlock()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp185 Constant *NegLo = ConstantExpr::getNeg(Leaf.Low); in NewLeafBlock() local
187 Val, NegLo, Val->getName() + ".off", NewLeaf); in NewLeafBlock()
188 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in NewLeafBlock()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Utils/
H A DLowerSwitch.cpp357 Constant* NegLo = ConstantExpr::getNeg(Leaf.Low); in newLeafBlock() local
358 Instruction* Add = BinaryOperator::CreateAdd(Val, NegLo, in newLeafBlock()
361 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in newLeafBlock()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp185 Constant *NegLo = ConstantExpr::getNeg(Leaf.Low); in NewLeafBlock() local
187 Val, NegLo, Val->getName() + ".off", NewLeaf); in NewLeafBlock()
188 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in NewLeafBlock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp364 Constant* NegLo = ConstantExpr::getNeg(Leaf.Low); in newLeafBlock() local
365 Instruction* Add = BinaryOperator::CreateAdd(Val, NegLo, in newLeafBlock()
368 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in newLeafBlock()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp185 Constant *NegLo = ConstantExpr::getNeg(Leaf.Low); in NewLeafBlock() local
187 Val, NegLo, Val->getName() + ".off", NewLeaf); in NewLeafBlock()
188 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in NewLeafBlock()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp185 Constant *NegLo = ConstantExpr::getNeg(Leaf.Low); in NewLeafBlock() local
187 Val, NegLo, Val->getName() + ".off", NewLeaf); in NewLeafBlock()
188 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in NewLeafBlock()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp185 Constant *NegLo = ConstantExpr::getNeg(Leaf.Low); in NewLeafBlock() local
187 Val, NegLo, Val->getName() + ".off", NewLeaf); in NewLeafBlock()
188 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in NewLeafBlock()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp364 Constant* NegLo = ConstantExpr::getNeg(Leaf.Low); in newLeafBlock() local
365 Instruction* Add = BinaryOperator::CreateAdd(Val, NegLo, in newLeafBlock()
368 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in newLeafBlock()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp185 Constant *NegLo = ConstantExpr::getNeg(Leaf.Low); in NewLeafBlock() local
187 Val, NegLo, Val->getName() + ".off", NewLeaf); in NewLeafBlock()
188 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in NewLeafBlock()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Utils/
H A DLowerSwitch.cpp363 Constant* NegLo = ConstantExpr::getNeg(Leaf.Low); in newLeafBlock() local
364 Instruction* Add = BinaryOperator::CreateAdd(Val, NegLo, in newLeafBlock()
367 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in newLeafBlock()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5098 unsigned NegLo = 0; in cvtVOP3P() local
5107 NegLo = Inst.getOperand(NegLoIdx).getImm(); in cvtVOP3P()
5124 if ((NegLo & (1 << J)) != 0) in cvtVOP3P()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5056 unsigned NegLo = 0; in cvtVOP3P() local
5065 NegLo = Inst.getOperand(NegLoIdx).getImm(); in cvtVOP3P()
5082 if ((NegLo & (1 << J)) != 0) in cvtVOP3P()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AMDGPU/
H A DSIInstrInfo.td772 def neg_lo : NamedOperandU32Default0<"NegLo", NamedMatchClass<"NegLo">>;
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AMDGPU/
H A DSIInstrInfo.td767 def neg_lo : NamedOperandU32Default0<"NegLo", NamedMatchClass<"NegLo">>;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6386 unsigned NegLo = 0; in cvtVOP3P() local
6395 NegLo = Inst.getOperand(NegLoIdx).getImm(); in cvtVOP3P()
6412 if ((NegLo & (1 << J)) != 0) in cvtVOP3P()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6544 unsigned NegLo = 0; in cvtVOP3P() local
6553 NegLo = Inst.getOperand(NegLoIdx).getImm(); in cvtVOP3P()
6570 if ((NegLo & (1 << J)) != 0) in cvtVOP3P()

123