Lines Matching refs:BlockName
16384 StringRef BlockName; in EmitX86BuiltinExpr() local
16390 BlockName = "aesenc128kl"; in EmitX86BuiltinExpr()
16394 BlockName = "aesdec128kl"; in EmitX86BuiltinExpr()
16398 BlockName = "aesenc256kl"; in EmitX86BuiltinExpr()
16402 BlockName = "aesdec256kl"; in EmitX86BuiltinExpr()
16409 createBasicBlock(BlockName + "_no_error", this->CurFn); in EmitX86BuiltinExpr()
16410 BasicBlock *Error = createBasicBlock(BlockName + "_error", this->CurFn); in EmitX86BuiltinExpr()
16411 BasicBlock *End = createBasicBlock(BlockName + "_end", this->CurFn); in EmitX86BuiltinExpr()
16435 StringRef BlockName; in EmitX86BuiltinExpr() local
16439 BlockName = "aesencwide128kl"; in EmitX86BuiltinExpr()
16443 BlockName = "aesdecwide128kl"; in EmitX86BuiltinExpr()
16447 BlockName = "aesencwide256kl"; in EmitX86BuiltinExpr()
16451 BlockName = "aesdecwide256kl"; in EmitX86BuiltinExpr()
16466 createBasicBlock(BlockName + "_no_error", this->CurFn); in EmitX86BuiltinExpr()
16467 BasicBlock *Error = createBasicBlock(BlockName + "_error", this->CurFn); in EmitX86BuiltinExpr()
16468 BasicBlock *End = createBasicBlock(BlockName + "_end", this->CurFn); in EmitX86BuiltinExpr()