Home
last modified time | relevance | path

Searched defs:LeftShift (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp564 unsigned LeftShift = PtrSizeInBytes * 8 - (SizeInBits + BitOffset); addExpression() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp1238 bool LeftShift = N0.getOpcode() == ISD::SHL; Select() local
2937 bool LeftShift = N0.getOpcode() == ISD::SHL; selectSHXADDOp() local
2981 bool LeftShift = N.getOpcode() == ISD::SHL; selectSHXADDOp() local
[all...]
/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp256 std::optional<bool> LeftShift; selectSHXADDOp() local
[all...]
/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h122 LeftShift, // ?6 # operator<< global() enumerator
/llvm-project/llvm/unittests/ADT/
H A DAPIntTest.cpp2782 TEST(APIntTest,LeftShift) TEST() argument
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14341 bool LeftShift = N0->getOpcode() == ISD::SHL; CombineANDShift() local