| /external/llvm/include/llvm/CodeGen/ |
| D | MachineOperand.h | 588 static MachineOperand CreateImm(int64_t Val) { in CreateImm() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/ |
| D | MSP430AsmParser.cpp | 202 static std::unique_ptr<MSP430Operand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anon8b172b660111::MSP430Operand
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/MSP430/AsmParser/ |
| D | MSP430AsmParser.cpp | 206 static std::unique_ptr<MSP430Operand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anonc2b38cac0111::MSP430Operand
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | MachineOperand.h | 761 static MachineOperand CreateImm(int64_t Val) { in CreateImm() function
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
| D | MachineOperand.h | 812 static MachineOperand CreateImm(int64_t Val) { in CreateImm() function
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/AsmParser/ |
| D | AVRAsmParser.cpp | 219 static std::unique_ptr<AVROperand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anoncd9858100111::AVROperand
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/ |
| D | AVRAsmParser.cpp | 210 static std::unique_ptr<AVROperand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anon67c1f34a0111::AVROperand
|
| /external/llvm/lib/Target/Sparc/AsmParser/ |
| D | SparcAsmParser.cpp | 360 static std::unique_ptr<SparcOperand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anon37c3cbc80111::SparcOperand
|
| /external/llvm/lib/Target/X86/AsmParser/ |
| D | X86Operand.h | 488 static std::unique_ptr<X86Operand> CreateImm(const MCExpr *Val, in CreateImm() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/ |
| D | SparcAsmParser.cpp | 397 static std::unique_ptr<SparcOperand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anon5be5572a0211::SparcOperand
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Sparc/AsmParser/ |
| D | SparcAsmParser.cpp | 463 static std::unique_ptr<SparcOperand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anondc4caef00211::SparcOperand
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/AsmParser/ |
| D | VEAsmParser.cpp | 609 static std::unique_ptr<VEOperand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anon7353bf540211::VEOperand
|
| /external/llvm/lib/Target/PowerPC/AsmParser/ |
| D | PPCAsmParser.cpp | 736 static std::unique_ptr<PPCOperand> CreateImm(int64_t Val, SMLoc S, SMLoc E, in CreateImm() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/ |
| D | PPCAsmParser.cpp | 609 static std::unique_ptr<PPCOperand> CreateImm(int64_t Val, SMLoc S, SMLoc E, in CreateImm() function
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/AsmParser/ |
| D | PPCAsmParser.cpp | 685 static std::unique_ptr<PPCOperand> CreateImm(int64_t Val, SMLoc S, SMLoc E, in CreateImm() function
|
| /external/llvm/lib/Target/AMDGPU/AsmParser/ |
| D | AMDGPUAsmParser.cpp | 487 static AMDGPUOperand::Ptr CreateImm(int64_t Val, SMLoc Loc, in CreateImm() function in __anon12a332520111::AMDGPUOperand
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/AsmParser/ |
| D | HexagonAsmParser.cpp | 440 CreateImm(MCContext &Context, const MCExpr *Val, SMLoc S, SMLoc E) { in CreateImm() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/ |
| D | HexagonAsmParser.cpp | 438 CreateImm(MCContext &Context, const MCExpr *Val, SMLoc S, SMLoc E) { in CreateImm() function
|
| /external/llvm/lib/Target/Hexagon/AsmParser/ |
| D | HexagonAsmParser.cpp | 593 static std::unique_ptr<HexagonOperand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function
|
| /external/llvm/lib/Target/AArch64/AsmParser/ |
| D | AArch64AsmParser.cpp | 1657 static std::unique_ptr<AArch64Operand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anonb1bf7b680211::AArch64Operand
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/ |
| D | AArch64AsmParser.cpp | 1871 static std::unique_ptr<AArch64Operand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anond89be7ca0111::AArch64Operand
|
| /external/llvm/lib/Target/Mips/AsmParser/ |
| D | MipsAsmParser.cpp | 1294 CreateImm(const MCExpr *Val, SMLoc S, SMLoc E, MipsAsmParser &Parser) { in CreateImm() function in __anon2bc6ade80311::MipsOperand
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/ |
| D | AMDGPUAsmParser.cpp | 895 static AMDGPUOperand::Ptr CreateImm(const AMDGPUAsmParser *AsmParser, in CreateImm() function in __anonc5551e340111::AMDGPUOperand
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/AsmParser/ |
| D | AArch64AsmParser.cpp | 2267 static std::unique_ptr<AArch64Operand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anon68d5b2900111::AArch64Operand
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/AsmParser/ |
| D | MipsAsmParser.cpp | 1571 CreateImm(const MCExpr *Val, SMLoc S, SMLoc E, MipsAsmParser &Parser) { in CreateImm() function in __anon6eeca7100211::MipsOperand
|