Lines Matching refs:getValueAsString
98 const StringRef Str = Reg->getValueAsString("Namespace"); in expandCheckRegOperand()
138 << (shouldNegate() ? "!= " : "== ") << Inst->getValueAsString("Namespace") in expandCheckOpcode()
274 OS << "case " << Opcode->getValueAsString("Namespace") in expandOpcodeSwitchCase()
360 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
364 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
372 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
376 Rec->getValueAsString("ImmVal"), in expandPredicate()
377 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
382 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
387 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
391 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
416 OS, Rec->getValueAsString("MCInstFnName"), in expandPredicate()
417 Rec->getValueAsString("MachineInstrFnName")); in expandPredicate()
422 OS, Rec->getValueAsString("MCInstFnName"), in expandPredicate()
423 Rec->getValueAsString("MachineInstrFnName"), in expandPredicate()
424 Rec->getValueAsString("TIIPtrName")); in expandPredicate()
428 return expandCheckNonPortable(OS, Rec->getValueAsString("CodeBlock")); in expandPredicate()
431 return expandTIIFunctionCall(OS, Rec->getValueAsString("FunctionName")); in expandPredicate()
439 StringRef FunctionName = Rec->getValueAsString("Name"); in expandHeader()
473 OS << "if (" << Delegate->getValueAsString("Name") << "(MI"; in expandPrologue()
572 StringRef FunctionName = Fn.getDeclaration()->getValueAsString("Name"); in expandEpilogue()