Lines Matching refs:getValueAsString
73 const StringRef Str = Reg->getValueAsString("Namespace"); in expandCheckRegOperand()
113 << (shouldNegate() ? "!= " : "== ") << Inst->getValueAsString("Namespace") in expandCheckOpcode()
245 OS << "case " << Opcode->getValueAsString("Namespace") in expandOpcodeSwitchCase()
329 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
333 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
341 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
345 Rec->getValueAsString("ImmVal"), in expandPredicate()
346 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
350 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
375 OS, Rec->getValueAsString("MCInstFnName"), in expandPredicate()
376 Rec->getValueAsString("MachineInstrFnName")); in expandPredicate()
381 OS, Rec->getValueAsString("MCInstFnName"), in expandPredicate()
382 Rec->getValueAsString("MachineInstrFnName"), in expandPredicate()
383 Rec->getValueAsString("TIIPtrName")); in expandPredicate()
387 return expandCheckNonPortable(OS, Rec->getValueAsString("CodeBlock")); in expandPredicate()
390 return expandTIIFunctionCall(OS, Rec->getValueAsString("FunctionName")); in expandPredicate()
398 StringRef FunctionName = Rec->getValueAsString("Name"); in expandHeader()
432 OS << "if (" << Delegate->getValueAsString("Name") << "(MI"; in expandPrologue()
531 StringRef FunctionName = Fn.getDeclaration()->getValueAsString("Name"); in expandEpilogue()