Home
last modified time | relevance | path

Searched defs:isImm (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCInst.h58 bool isImm() const { return Kind == kImmediate; } in isImm() function in llvm::MCOperand
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp158 bool isImm() const { return Kind == k_Imm; } in isImm() function in __anon24692::MSP430Operand
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp375 bool isImm = fieldFromInstruction(insn, 13, 1); in DecodeMem() local
532 unsigned isImm = fieldFromInstruction(insn, 13, 1); in DecodeJMPL() local
565 unsigned isImm = fieldFromInstruction(insn, 13, 1); in DecodeReturn() local
594 unsigned isImm in DecodeSWAP() local
633 unsigned isImm = fieldFromInstruction(insn, 13, 1); DecodeTRAP() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineOperand.h321 bool isImm() const { return OpKind == MO_Immediate; } in isImm() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp180 bool isImm() const { return Kind == k_Immediate; } in isImm() function in __anon24570::AVROperand
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp62 bool isImm() const { in isImm() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp342 bool isImm() const { return Kind == CV_Immediate; } in isImm() function in __anon24631::CountValue
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp234 bool isImm(int64_t MinValue, int64_t MaxValue) const { in isImm() function in __anon24823::SystemZOperand
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp1228 bool isImm = ((origOpnd1.GetKind() == Operand::kOpdImmediate) || (origOpnd1.GetKind() == Operand::kOpdOffset)); in SelectCondGoto() local
/third_party/skia/src/core/
H A DSkVM.h990 bool isImm(Val id, T want) const { in abs() function in skvm::Builder

Completed in 24 milliseconds