Lines Matching refs:getValueAsString
74 const StringRef Str = Reg->getValueAsString("Namespace"); in expandCheckRegOperand()
114 << (shouldNegate() ? "!= " : "== ") << Inst->getValueAsString("Namespace") in expandCheckOpcode()
234 OS << "case " << Opcode->getValueAsString("Namespace") in expandOpcodeSwitchCase()
318 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
322 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
330 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
334 Rec->getValueAsString("ImmVal"), in expandPredicate()
335 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
339 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
364 OS, Rec->getValueAsString("MCInstFnName"), in expandPredicate()
365 Rec->getValueAsString("MachineInstrFnName")); in expandPredicate()
368 return expandCheckNonPortable(OS, Rec->getValueAsString("CodeBlock")); in expandPredicate()
371 return expandTIIFunctionCall(OS, Rec->getValueAsString("FunctionName")); in expandPredicate()
379 StringRef FunctionName = Rec->getValueAsString("Name"); in expandHeader()
413 OS << "if (" << Delegate->getValueAsString("Name") << "(MI"; in expandPrologue()
512 StringRef FunctionName = Fn.getDeclaration()->getValueAsString("Name"); in expandEpilogue()