Searched refs:Repr (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCVSXSwapRemoval.cpp | 643 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in recordUnoptimizableWebs() local 646 if (SwapVector[Repr].WebRejected) in recordUnoptimizableWebs() 656 SwapVector[Repr].WebRejected = 1; in recordUnoptimizableWebs() 661 Repr)); in recordUnoptimizableWebs() 683 SwapVector[Repr].WebRejected = 1; in recordUnoptimizableWebs() 686 "Web %d rejected for load not feeding swap\n", Repr)); in recordUnoptimizableWebs() 704 SwapVector[Repr].WebRejected = 1; in recordUnoptimizableWebs() 707 "Web %d rejected for load/swap feeding a store\n", Repr)); in recordUnoptimizableWebs() 730 SwapVector[Repr].WebRejected = 1; in recordUnoptimizableWebs() 733 "Web %d rejected for store not fed by swap\n", Repr)); in recordUnoptimizableWebs() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Integral.h | 35 template <unsigned Bits, bool Signed> struct Repr; 36 template <> struct Repr<8, false> { 39 template <> struct Repr<16, false> { 42 template <> struct Repr<32, false> { 45 template <> struct Repr<64, false> { 48 template <> struct Repr<8, true> { 51 template <> struct Repr<16, true> { 54 template <> struct Repr<32, true> { 57 template <> struct Repr<64, true> { 71 using ReprT = typename Repr<Bits, Signed>::Type;
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | FastISelEmitter.cpp | 89 char Repr = OK_Invalid; member in __anon3cd78fb00311::OperandsSignature::OpKind 94 bool operator<(OpKind RHS) const { return Repr < RHS.Repr; } in operator <() 95 bool operator==(OpKind RHS) const { return Repr == RHS.Repr; } in operator ==() 99 K.Repr = OK_Reg; in getReg() 104 K.Repr = OK_FP; in getFP() 111 K.Repr = OK_Imm + V; in getImm() 115 bool isReg() const { return Repr == OK_Reg; } in isReg() 116 bool isFP() const { return Repr == OK_FP; } in isFP() 117 bool isImm() const { return Repr >= OK_Imm; } in isImm() 121 return Repr - OK_Imm; in getImmCode()
|
| H A D | SearchableTableEmitter.cpp | 395 std::string Repr = primaryRepresentation( in emitLookupFunction() local 398 Repr = StringRef(Repr).upper(); in emitLookupFunction() 399 OS << LS << Repr; in emitLookupFunction()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.h | 278 PythonString Repr() const;
|
| H A D | PythonDataObjects.cpp | 182 PythonString PythonObject::Repr() const { in Repr() function in PythonObject
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/ |
| H A D | AArch64BaseInfo.h | 619 const char *Repr; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64InstPrinter.cpp | 2127 << "#" << (Val ? Imm1Desc->Repr : Imm0Desc->Repr); in printExactFPImm()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.td | 1684 class ZPRExtendRegisterOperand<bit SignExtend, bit IsLSL, string Repr, 1688 !cast<AsmOperandClass>("ZPR" # RegWidth # "AsmOpndExt" # Repr # Scale # Suffix);
|
| H A D | AArch64SystemOperands.td | 605 string Repr = repr; 616 let Fields = ["Enum", "Repr"];
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 1537 RealVal.convertFromString(Desc->Repr, APFloat::rmTowardZero); in isExactFPImm()
|