Searched defs:SLL (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsAnalyzeImmediate.h | 60 unsigned ADDiu, ORi, SLL, LUi; variable
|
H A D | MipsInstructionSelector.cpp | 368 MachineInstr *SLL = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::SLL)) in select() local
|
H A D | MipsISelLowering.cpp | 2772 SDValue SLL = DAG.getNode(ISD::SHL, DL, MVT::i64, LWR, Const32); lowerLOAD() local
|
/llvm-project/llvm/tools/llvm-exegesis/lib/Mips/ |
H A D | Target.cpp | 79 unsigned ORi, LUi, SLL; in loadImmediate() local
|
/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/ |
H A D | TargetTest.cpp | 58 const unsigned SLL = IsGPR32 ? Mips::SLL : Mips::SLL64_64; in IsShift() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | xcore-stringtype.c | 32 long long LL, unsigned long long ULL, signed long long SLL, in builtinType()
|
/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVInstructionSelector.cpp | 646 auto SLL = select() local
|